1 out of 1 rated this helpful - Rate this topic

String::IsEmpty Method

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

© 2013 Microsoft. All rights reserved.