metodo System::Char::IsLowSurrogate

Char::IsLowSurrogate(char_t) method

Determina se il carattere specificato è un low surrogate.

static bool System::Char::IsLowSurrogate(char_t c)
ParametroTipoDescrizione
cchar_tIl carattere da testare

ReturnValue

Vero se il carattere specificato è un low surrogate, altrimenti - falso

Vedi anche

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)
ParametroTipoDescrizione
strconst char_t *Puntatore all’inizio del buffer di caratteri
idxintUn 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