Share

AcString::isEmpty

C++

bool isEmpty() const;

Description

Checks whether the current string value is null, i.e. has a logical length of zero.

Returns

true if the string is empty, else false.

Remarks

If called during getBuffer mode, returns original unmodified empty status.

Links

AcString

Previous Declaration

inline bool AcString::isEmpty() const;

Was this information helpful?