XmlConvert.IsWhitespaceChar 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 XML whitespace character.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- ch
- Type: System.Char
The character to validate.
Return Value
Type: System.Booleantrue if the passed in character is a valid XML whitespace character; otherwise false.
Show: