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

XmlConvert::IsStartNCNameChar method

渡された文字が有効な開始名文字タイプかどうかをチェックします。

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

ReturnValue

true if the character is a valid Start Name Character type; otherwise, false.

参照