XmlConvert.VerifyXmlChars Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Verifies if all the characters and surrogate pair characters in the passed in string are valid XML characters.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- content
- Type: System.String
The string to validate.
Return Value
Type: System.StringThe passed in string instance if all the characters and surrogate pair characters in the string argument are valid XML characters.
Show: