Determines if value is set to NULL, an empty string, or data.
CaString
None
bool - true if NULL or empty, false if length > 0
Example
CaString d(“My String”); bool bResult = d.IsEmpty();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|