Click or drag to resize
XmlUtilnormalizeWhitespace Method
Normalize whitespace in a string by stripping leading and trailing whitespace, and converting all internal sequences of whitespace into a single space each.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string normalizeWhitespace(
	string source
)

Parameters

source
Type: SystemString
The string to be normalized

Return Value

Type: String
The normalized string
See Also