System::Xml::XmlConvert::IsWhitespaceChar मेथड
XmlConvert::IsWhitespaceChar method
जाँचता है कि पास किया गया अक्षर एक वैध XML व्हाइटस्पेस अक्षर है।
static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| ch | char16_t | मान्य करने के लिए कैरेक्टर। |
ReturnValue
true if the passed in character is a valid XML whitespace character; otherwise, false.
संबंधित देखें
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++