IsNCNameChar()

XmlConvert::IsNCNameChar(char16_t) method

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

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

Arguments

ParameterTypeDescription
chchar16_tThe character to verify as a non-colon character.

Return Value

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

See Also