isBlankValue()

Determines whether a specified attribute value is the special Blank attribute value.

Syntax

unsigned char isBlankValue(char * value);
 

Parameters

value [in]
Is the attribute value to compare with the special Blank value.

Return values

Returns TRUE if the passed-in value equals the blank value or FALSE if it does not.

See also

getBlankValue() isBlank() isIgnoreValue()

Copyright IBM Corp. 1997, 2003