XmlUtil.NormalizeEmptyString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalizes an empty string to 'null'.
public static string NormalizeEmptyString (string string);
static member NormalizeEmptyString : string -> string
Public Shared Function NormalizeEmptyString (string As String) As String
Parameters
- string
- String
Returns
null if string is null or empty.