System::Char::IsLowSurrogate method
İçindekiler
[
Saklamak
]Char::IsLowSurrogate(char_t) method
Belirtilen karakterin düşük surrogaat olup olmadığını belirler.
static bool System::Char::IsLowSurrogate(char_t c)
| Parametre | Tür | Açıklama |
|---|---|---|
| c | char_t | Test edilecek karakter |
ReturnValue
Belirtilen karakter düşük surrogate ise doğru, aksi takdirde - false
Ayrıca Bakınız
- Class Char
- Namespace System
- Library Aspose.Font for C++
Char::IsLowSurrogate(const char_t *, int) method
Belirtilen karakter tamponundaki belirtilen indeksdeki karakterin düşük surrogaat olup olmadığını belirler.
static bool System::Char::IsLowSurrogate(const char_t *str, int idx)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | const char_t * | Karakter tamponunun başlangıcına işaretçi |
| idx | int | Test edilecek karakterin bulunduğu belirtilen tamponda sıfır tabanlı bir indeks |
ReturnValue
Belirtilen dizindeki karakter düşük surrogate ise doğru, aksi takdirde - false
Ayrıca Bakınız
- Class Char
- Namespace System
- Library Aspose.Font for C++