Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.intToHex
Creates a string that contains the hexadecimal representation of the integer with the specified number of hexadecimal digits.
Syntax
public static String intToHex( int value**, int** digits )
Parameters
value
The integer to create the hexadecimal string for.
digits
The number of hexadecimal digits to put into the string.
Return Value
Returns the hexadecimal representation of the specified value.