IntToHexString

From Dragon Age Toolset Wiki
Revision as of 22:36, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Converts an integer to a hexadecimal string.

string IntToHexString(
int nInteger
);
Parameters:
nInteger
The integer to convert
Returns:

Returns a hexadecimal string representation of the specified integer.

Source:

script.ldf

Description

Returns the integer nInteger int hexadecimal string form.


See also

HexStringToInt, IntToFloat, IntToString, IntToString, IntToChar