Difference between revisions of "HexStringToInt"

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=HexStringToInt
 
|name=HexStringToInt

Latest revision as of 22:13, 2 March 2010

Converts a hexadecimal string to an integer.

int HexStringToInt(
string sString
);
Parameters:
sString
The string to convert
Returns:

Returns the integer representation of the hexadecimal value in the string.

Source:

script.ldf

Description

Converts a hexadecimal string to an integer.


See also

IntToHexString