[]
        
(Showing Draft Content)

CSJ2K.Icc.ICCProfile.toHexString

toHexString Method

toHexString(byte)

Create a two character hex representation of a byte

Declaration
public static string toHexString(byte i)
Parameters
Type Name Description
byte i

byte to represent

Returns
Type Description
string

representation

toHexString(short)

Create a 4 character hex representation of a short

Declaration
public static string toHexString(short i)
Parameters
Type Name Description
short i

short to represent

Returns
Type Description
string

representation

toHexString(int)

Create a 8 character hex representation of a int

Declaration
public static string toHexString(int i)
Parameters
Type Name Description
int i

int to represent

Returns
Type Description
string

representation