ConversionToHex(Byte) Method
Return a string of byte values represented in Hexadecimal.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToHex(
byte value
)
Public Shared Function ToHex (
value As Byte
) As String
No code example is currently available or this language may not be supported.
- value Byte
-
A single byte for which a Hex conversion is requested.
String
String of Hex Values translated from the caller's byte content.