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
Previous Declaration
inline bool AcString::isEmpty() const;