Namespace: Rx – Header: Rx.Core/RxString.h
operator>> Method
C++
#include "Rx.Core/RxString.h"
uint64_t& operator>>(const CRxString& sxString, uint64_t& uInt64)
Converts the given string into a 64-bit unsigned integer value.
Parameters
[const CRxString&] sxString |
[in] The string. |
[uint64_t&] uInt64 |
[out] The 64-bit unsinged integer. |
Returns
uint64_t& |
The 64-bit unsigned integer. |