HexStringToInt

From Dragon Age Toolset Wiki
Revision as of 22:13, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

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