metodo System::Char::Parse

Char::Parse method

Converte il primo e unico carattere della stringa specificata in un valore char_t.

static char_t System::Char::Parse(const String &value)
ParametroTipoDescrizione
valoreconst String&La stringa da convertire.

ReturnValue

Il primo e unico carattere della stringa specificata se è lunga esattamente 1 carattere.

Vedi anche