IsXmlChar()

XmlConvert::IsXmlChar(char16_t) method

Checks if the passed-in character is a valid XML character.

static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)

Arguments

ParameterTypeDescription
chchar16_tThe character to validate.

Return Value

true if the passed in character is a valid XML character; otherwise, false.

See Also