Checks if the passed-in surrogate pair of characters is a valid XML character.
Syntax
public static
bool IsXmlSurrogatePair (
char lowChar,
char highChar)
Parameters
- lowChar
-
The surrogate character to validate.
- highChar
-
The surrogate character to validate.
Returns
true if the passed in surrogate pair of characters is a valid XML character; otherwise false.
Remarks
Requirements
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 4.0.0.0