Method HexToInt32
HexToInt32(String)
Converts a hex string into an
NOTE: This was hexToInt() in Lucene
Declaration
public static int HexToInt32(string hex)
Parameters
Type | Name | Description |
---|---|---|
System.String | hex | A string in capital or lower case hex, of no more then 16 characters. |
Returns
Type | Description |
---|---|
System.Int32 |