XmlConvert.IsStartNCNameChar Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks if the passed-in character is a valid Start Name Character type.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- ch
- Type: System.Char
The character to validate.
Return Value
Type: System.Booleantrue if the character is a valid Start Name Character type; otherwise, false.
Show: