System::Xml::XmlConvert::IsPublicIdChar method
XmlConvert::IsPublicIdChar method
Returns the passed-in character instance if the character in the argument is a valid public id character, otherwise nullptr.
static bool System::Xml::XmlConvert::IsPublicIdChar(char16_t ch)
Parameter | Type | Description |
---|---|---|
ch | char16_t | Char object to validate. |
ReturnValue
The passed-in character if the character is a valid public id character, otherwise nullptr.
See Also
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++