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

operator>> Method

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

Converts the given string into an integer value.

Parameters

[const CRxString&] sxString

[in] The string.

[int&] iInt

[out] The integer.

Returns

int&

The integer.