IsWhitespaceChar()

XmlConvert::IsWhitespaceChar(char16_t) method

Checks if the passed-in character is a valid XML whitespace character.

static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)

Arguments

ParameterTypeDescription
chchar16_tThe character to validate.

Return Value

true if the passed in character is a valid XML whitespace character; otherwise, false.

See Also