Click or drag to resize

EAPConvertToHex Method (Int32)

Convert an integer to a hex string with a "0x" prefix.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToHex(
	int n
)

Parameters

n
Type: SystemInt32
The number to convert.

Return Value

Type: String
The formatted hex string.
See Also