ReadChar
ReadChar
Reads char or uchar type variable from file.
bool ReadChar(
char& value // flag value
)Parameters
- value
[in] Reference to the variable for placing read data.
Return Value
true - successful, false - cannot read the data.
Last updated on