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