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

XmlConvert::IsNCNameChar method

渡された文字が有効なコロン以外の文字タイプかどうかをチェックします。

static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
パラメーター説明
chchar16_tコロンを含まない文字として検証する文字。

ReturnValue

true if the character is a valid non-colon character type; otherwise, false.

参照