intToHex


Description:

public static string intToHex (int n)

Converts int to hexadecimal string.

Parameters:

n

source value.

Returns:

lowercase hexadecimal string (signed for negative values).