String::IsEmpty Method

1 out of 1 rated this helpful - Rate this topic

Indicates whether the current String object is empty.


    bool IsEmpty()

true if the current String object is null or the empty string (L""); otherwise, false.

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.