Click or drag to resize
XmlUtilisXmlWhitespace Method (String)
Returns whether the specified string conforms to the S production in the XML 1.0 grammar. Such a string consists only of XML whitespace.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isXmlWhitespace(
	string str
)

Parameters

str
Type: SystemString
the string to be checked

Return Value

Type: Boolean
true
if the string consists only of XML whitespace,
false
if it does not
Bibliography