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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const String& | La stringa da convertire. |
ReturnValue
Il primo e unico carattere della stringa specificata se è lunga esattamente 1 carattere.
Vedi anche
- Class String
- Class Char
- Namespace System
- Library Aspose.Font for C++