TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool FileReadBool ( int  file_handle)

Reads from the file of CSV type string from the current position to a delimiter (or till the end of the text line) and converts the read string to a bool type value

Parameters
file_handleFile descriptor returned by FileOpen()
Returns
Line read may be set to "true", "false" or the symbolic representation of integers "0" or "1".
A nonzero value is converted to a logical true. The function returns the converted value.