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