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
file_handle | File descriptor returned by FileOpen() |