System::Xml::XmlConvert::IsStartNCNameChar metod

XmlConvert::IsStartNCNameChar method

Kontrollerar om det angivna tecknet är av en giltig Start‑namn‑tecken‑typ.

static bool System::Xml::XmlConvert::IsStartNCNameChar(char16_t ch)
ParameterTypBeskrivning
chchar16_tTecknet att validera.

ReturnValue

true if the character is a valid Start Name Character type; otherwise, false.

Se även