metodo System::Char::IsLowSurrogate
Contenuti
[
Nascondere
]Char::IsLowSurrogate(char_t) method
Determina se il carattere specificato è un low surrogate.
static bool System::Char::IsLowSurrogate(char_t c)
| Parametro | Tipo | Descrizione |
|---|---|---|
| c | char_t | Il carattere da testare |
ReturnValue
Vero se il carattere specificato è un low surrogate, altrimenti - falso
Vedi anche
- Class Char
- Namespace System
- Library Aspose.Font for C++
Char::IsLowSurrogate(const char_t *, int) method
Determina se il carattere all’indice specificato nel buffer di caratteri specificato è un low surrogate.
static bool System::Char::IsLowSurrogate(const char_t *str, int idx)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const char_t * | Puntatore all’inizio del buffer di caratteri |
| idx | int | Un indice basato su zero nel buffer specificato del carattere da testare |
ReturnValue
Vero se il carattere all’indice specificato è un low surrogate, altrimenti - falso
Vedi anche
- Class Char
- Namespace System
- Library Aspose.Font for C++