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

CRxString::ToHexString Static Method

C++
static CRxString ToHexString(double dVal)

Convert a 8 byte double variable into a hexadecimal string representation with 16 chars.

Parameters

[double] dVal

The double value.

Returns

CRxString

The hexadecimal string.