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

CRxString::CRxString Constructor

C++
CRxString(const char* string, size_t numChars)

Creates a CRxString by copying the given amount of characters from the given memory.

Parameters

[const char*] string

The string.

[size_t] numChars

The number of characters to copy.