Namespace: Rx – Header: Rx.Core/RxString.h

operator>> Method

C++
#include "Rx.Core/RxString.h"
unsigned& operator>>(const CRxString& sxString, unsigned& uInt)

Converts the given string into an unsigned integer value.

Parameters

[const CRxString&] sxString

[in] The string.

[unsigned&] uInt

[out] The unsinged integer.

Returns

unsigned&

The unsigned integer.