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