![]() |
Common.To
|
Name | Description | |
---|---|---|
![]() |
ToNonNullString(String) | Makes sure returned string value is not null; if this string is null, empty string ("") will be returned. |
![]() |
ToNonNullString<T> (T) | Converts value to string; null objects (or DBNull objects) will return an empty string (""). |
![]() |
ToNonNullString<T> (T, String) | Converts value to string; null objects (or DBNull objects) will return specified nonNullValue. |