end()

String::end() const 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

Return Value

Pointer to the first element after actual string buffer, null-terminated or not.

See Also