Determines whether the pointer to this string is NULL or not.
CaString
None
bool - true if valid, false if not
This function checks the value of the “this” pointer, not the string value.
Example
CaString d(“ My String ”); bool bResult = d.IsValid();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|