Click or drag to resize

CommonToNonNullString Method

Overload List
  Name Description
Public Extension Method ToNonNullString(String) Makes sure returned string value is not null; if this string is null, empty string ("") will be returned.
Public Extension Method ToNonNullStringT(T) Converts value to string; null objects (or DBNull objects) will return an empty string ("").
Public Extension Method ToNonNullStringT(T, String) Converts value to string; null objects (or DBNull objects) will return specified nonNullValue.
Top
See Also