API:System.AnsiStringT.IntToHex

From RAD Studio API Documentation
Jump to: navigation, search

C++

static AnsiStringT IntToHex(int value, int digits) {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

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

System.AnsiStringT.IntToHex inherits from System.AnsiStringBase.IntToHex. All content below this line refers to System.AnsiStringBase.IntToHex.

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

Value is the number to convert. Digits indicates the minimum number of hexadecimal digits.