System::Xml::XmlConvert::IsWhitespaceChar method
XmlConvert::IsWhitespaceChar method
Checks if the passed-in character is a valid XML whitespace character.
static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
Parameter | Type | Description |
---|---|---|
ch | char16_t | The character to validate. |
ReturnValue
true if the passed in character is a valid XML whitespace character; otherwise, false.
See Also
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++