Click or drag to resize

EAPConvertToHex Method (Enum)

Convert an enum into 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(
	Enum e
)

Parameters

e
Type: SystemEnum
The enum value to convert.

Return Value

Type: String
The formatted hex string.
See Also