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