none
29 Ağustos 2012 Çarşamba
using toString() without doing null check
Checking for
null
each time before calling
toString()
for an object is annoying, especially while logging..
Here is the solution:
http://stackoverflow.com/questions/3987618/how-to-do-tostring-for-a-possibly-null-object
string
.
Format
(
"{0}"
,
myObj
);
displays an empty string for
null
object, otherwise calls
toString()
..
Hiç yorum yok:
Yorum Gönder
Sonraki Kayıt
Önceki Kayıt
Ana Sayfa
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder