Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::IntToHex

Syntax

CTString IntToHex(const NINT value, const NINT digits)

Parameters

  • value [in] The integer value to be converted to hexadecimal.
  • digits [in] The minimum number of hexadecimal digits. The maximum acceptable value of digits is 256.

Description

Converts a number into a string containing the number’s hexadecimal (base 16) representation.

Return

IntToHex() returns a CTString object with the hexadecimal representation of value.

See also

ToInt()

TOCIndex