System::Xml::XmlConvert::IsXmlSurrogatePair 메서드

XmlConvert::IsXmlSurrogatePair method

전달된 서러게이트 문자 쌍이 유효한 XML 문자인지 확인합니다.

static bool System::Xml::XmlConvert::IsXmlSurrogatePair(char16_t lowChar, char16_t highChar)
매개변수형식설명
lowCharchar16_t검증할 서러게이트 문자.
highCharchar16_t검증할 서러게이트 문자.

ReturnValue

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

또 보기