System::Char::IsSurrogate メソッド
Char::IsSurrogate(char_t) method
指定された文字が UTF-16 サロゲートコード単位かどうかを判断します。
static bool System::Char::IsSurrogate(char_t c)
| パラメーター | 型 | 説明 |
|---|---|---|
| c | char_t | 文字 |
ReturnValue
指定された文字が UTF-16 サロゲートコード単位である場合は true、そうでない場合は false
参照
- Class Char
- Namespace System
- Library Aspose.Page for C++
Char::IsSurrogate(const String&, int) method
指定された文字列の指定インデックスにある文字が UTF-16 サロゲートコード単位かどうかを判断します。
static bool System::Char::IsSurrogate(const String &s, int index)
| パラメーター | 型 | 説明 |
|---|---|---|
| s | const String& | 文字列 |
| インデックス | int | 指定された文字列内の文字のインデックス |
ReturnValue
指定されたインデックスの文字が UTF-16 サロゲートコード単位である場合は true、そうでない場合は false
参照
- Class String
- Class Char
- Namespace System
- Library Aspose.Page for C++