Metodo System::String::FastToAscii
String::FastToAscii method
Prova a convertire una String in una stringa ASCII.
int System::String::FastToAscii(char buffer[], int buffer_size) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | char | Un buffer per memorizzare la stringa risultante. |
| buffer_size | int | Dimensione di Buffer. |
ReturnValue
La lunghezza della stringa risultante o -1 se una String non è una stringa ASCII.
Vedi anche
- Class String
- Namespace System
- Library Aspose.Font for C++