Click or drag to resize

Common.ToNonNullString 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 ToNonNullString<T> (T) Converts value to string; null objects (or DBNull objects) will return an empty string ("").
Public Extension Method ToNonNullString<T> (T, String) Converts value to string; null objects (or DBNull objects) will return specified nonNullValue.
Top
See Also