| Click this button to go to the index for this section. |
DtDtsIsTrue(3)
CDE
NAME
DtDtsIsTrue - return a Boolean value associated with a stringSYNOPSIS
#include <Dt/Dts.h> Boolean DtDtsIsTrue(const char *string);DESCRIPTION
The DtDtsIsTrue function tests a string for a Boolean value. Any of the following string values, without regard to case, causes a return value of True: true yes on 1RETURN VALUE
The DtDtsIsTrue function returns True if the string represents a true value; otherwise, it returns False.SEE ALSO
Dt/Dts.h, DtDtsBufferToAttributeList3, DtDtsBufferToAttributeValue3, DtDtsFileToAttributeList3, DtDtsFileToAttributeValue3, DtDtsDataTypeToAttributeList3, DtDtsDataTypeToAttributeValue3.