Namespace: Rx – Header: Rx.Core/RxString.h
#include "Rx.Core/RxString.h" int& operator>>(const CRxString& sxString, int& iInt)
Converts the given string into an integer value.
[in] The string.
[out] The integer.
The integer.