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