System::Xml::XmlConvert::IsNCNameChar メソッド
XmlConvert::IsNCNameChar method
渡された文字が有効なコロン以外の文字タイプかどうかをチェックします。
static bool System::Xml::XmlConvert::IsNCNameChar(char16_t ch)
| パラメーター | 型 | 説明 |
|---|---|---|
| ch | char16_t | コロンを含まない文字として検証する文字。 |
ReturnValue
true if the character is a valid non-colon character type; otherwise, false.
参照
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++