Click or drag to resize

ConversionsGetNullifiedValue Method

Overload List
  NameDescription
Public methodStatic memberGetNullifiedValue(IDictionaryString, String, String, String)
Gets a string value from a dictionary by its key/name. If the value is not found, the specified default value will be returned. A whitespaces or empty string will be converted to null.
Public methodStatic memberGetNullifiedValue(IDictionaryString, Object, String, IFormatProvider, String)
Gets a string value from a dictionary by its key/name. If the value is not found, the specified default value will be returned. A whitespaces or empty string will be converted to null.
Top
See Also