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
)
Public Shared Function ToHex (
e As Enum
) As String
Parameters
- e
- Type: SystemEnum
The enum value to convert.
Return Value
Type:
StringThe formatted hex string.
See Also