ooUtils.h File ReferenceThis file contains general utility functions. More...
Go to the source code of this file.
Detailed DescriptionThis file contains general utility functions.
Definition in file ooUtils.h. Function Documentation
Get text from a text table for a given enumeration index.
Test if given string value is empty. String is considered to empty if value is NULL or there are no characters in string (strlen == 0).
Test if given string value is digit string.
This function converts a text string to a boolean value. The values "true", "yes", and "1" are interpreted to be true and "false", "no", and "0" to be false. The string comparsion is case-insensitive, therefore TRUE, trUe, etc. will all be interpreted to be true.
|