System::Xml::XmlConvert::IsWhitespaceChar メソッド

XmlConvert::IsWhitespaceChar method

渡された文字が有効な XML 空白文字かどうかをチェックします。

static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
パラメーター説明
chchar16_t検証対象の文字。

ReturnValue

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

参照