Metodo System::String::begin
String::begin method
Restituisce un puntatore all’inizio del buffer della stringa reale. Non rialloca mai nulla. Non garantisce che il buffer sia terminato con null.
const UChar * System::String::begin() const
ReturnValue
Puntatore al buffer reale della stringa, terminato con null o meno.
Vedi anche
- Class String
- Namespace System
- Library Aspose.Font for C++