System::Xml::XmlConvert::IsNCNameChar metod

XmlConvert::IsNCNameChar method

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

static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
ParameterTypeBeskrivning
chchar16_tTecknet att verifiera som ett icke-kolon-tecken.

ReturnValue

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

Se även