IsPublicIdChar()
XmlConvert::IsPublicIdChar(char16_t) 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)
Arguments
Parameter | Type | Description |
---|---|---|
ch | char16_t | Char object to validate. |
Return Value
The passed-in character if the character is a valid public id character, otherwise nullptr.
See Also
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Slides