StringTable::MissingString
Defined in:
Returns a boolean value indicating whether a string is the special missing string.
C4StringTable.h
Prototype
bool MissingString(const char *string);
Parameters
string |
The string to test. |
Description
The MissingString
function returns true
is the string
parameter points to the special missing string, and it returns false
otherwise.
See Also