Click or drag to resize
XmlUtilisXmlWhitespace Method
Overload List
  NameDescription
Public methodStatic memberisXmlWhitespace(Char)
Returns whether the specified char conforms to the S production in the XML 1.0 grammar. Such a string consists only of XML whitespace.
Public methodStatic memberisXmlWhitespace(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.
Top
Bibliography