Hex.ToInt
Static Method in Hex
Declaration
public static int ToInt(string hex)
Description
Converts a hex string to a 32-bit integer in base 16.
Parameters
hex | The hexadecimal string to convert. |
Returns
int | The converted hexadecimal integer. |
public static int ToInt(string hex)
Converts a hex string to a 32-bit integer in base 16.
hex | The hexadecimal string to convert. |
int | The converted hexadecimal integer. |