System::Xml::XmlConvert::IsNCNameChar‑metod

XmlConvert::IsNCNameChar method

Kontrollerar om det angivna tecknet är av en giltig icke‑kolon‑typ.

static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
ParameterTypBeskrivning
chchar16_tTecknet att verifiera som ett icke‑kolontecken.

ReturnValue

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

Se även