System::Xml::XmlConvert::IsNCNameChar method

XmlConvert::IsNCNameChar method

Checks whether the passed-in character is a valid non-colon character type.

static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
ParameterTypeDescription
chchar16_tThe character to verify as a non-colon character.

ReturnValue

true if the character is a valid non-colon character type; otherwise, false.

See Also