Reads a state number from text.
bool ReadState( const std::tstring& strState, long& lState ); |
A string, which should contain a state number in decimal integer text format.
The state number will be placed in lState if the conversion is successful.
Returns true if the conversion succeeded, or false if the state string could not be successfully parsed.
Header: rtdhandles.h
CHandleFormatter<T> Class | CHandleFormatter<T> Methods | CHandleFormatter_WriteState