XmlUtilisXmlWhitespace Method (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.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isXmlWhitespace(
char c
)
Public Shared Function isXmlWhitespace (
c As Char
) As Boolean
public:
static bool isXmlWhitespace(
wchar_t c
)
static member isXmlWhitespace :
c : char -> bool
Parameters
- c
- Type: SystemChar
the char to be checked
Return Value
Type:
Boolean if the char is an XML 'S' production character
Bibliography
See Also