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
)
Public Shared Function ToHex (
n As Integer
) As String
Parameters
- n
- Type: SystemInt32
The number to convert.
Return Value
Type:
StringThe formatted hex string.
See Also