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