Difference between revisions of "IntToHexString"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IntToHexString
 
|name=IntToHexString

Latest revision as of 22:36, 24 February 2010

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