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

CRxString::operator+= Operator

C++
CRxString& operator+=(uint32_t uValue)

Appends the given unsigned integer to this CRxString.

Parameters

[uint32_t] uValue

The unsigned integer.

Returns

CRxString&

The concatenation of this CRxString with uValue.