Difference between revisions of "HexStringToInt"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
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