System::String::begin method
String::begin method
Returns pointer to the beginning of actual string buffer. Never reallocates anything. Doesn’t guarantee buffer to be null-terminated.
const UChar * System::String::begin() const
ReturnValue
Pointer to actual string buffer, null-terminated or not.
See Also
- Class String
- Namespace System
- Library Aspose.PDF for C++