ConversionToHex(Int32, HexStyle) Method
Return a hexadecimal string representing the caller-specified value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToHex(
int value,
HexStyle style
)
Public Shared Function ToHex (
value As Integer,
style As HexStyle
) As String
No code example is currently available or this language may not be supported.
- value Int32
-
Integer value to be converted.
- style HexStyle
-
The Hexadecimal Style to apply to the return string.
String
String of one or more Hex Values translated from the caller's value.