HexStringToInt

From Dragon Age Toolset Wiki
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