begin()

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

Return Value

Pointer to actual string buffer, null-terminated or not.

See Also