String::End Method

This topic has not yet been rated - Rate this topic

Returns a pointer past the end of the current string.


    char16* End()

A pointer to past the end of the current string.

End() returns Begin()+Length.

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: vccorlib.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.