System::Xml::XmlConvert::IsXmlSurrogatePair methode

XmlConvert::IsXmlSurrogatePair method

Controleert of het doorgegeven surrogate-paar van tekens een geldig XML-teken is.

static bool System::Xml::XmlConvert::IsXmlSurrogatePair(char16_t lowChar, char16_t highChar)
ParameterTypeBeschrijving
lowCharchar16_tHet te valideren surrogate-teken.
highCharchar16_tHet te valideren surrogate-teken.

ReturnValue

true if the passed in surrogate pair of characters is a valid XML character; otherwise, false.

Zie ook