System::Xml::XmlConvert::IsXmlChar‑metod

XmlConvert::IsXmlChar method

Kontrollerar om det angivna tecknet är ett giltigt XML-tecken.

static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
ParameterTypeBeskrivning
chchar16_tTecknet att validera.

ReturnValue

true if the passed in character is a valid XML character; otherwise, false.

Se även