ConversionToHex(String, HexStyle) Method
Return a string of byte values represented in Hexadecimal.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToHex(
string value,
HexStyle style
)
Public Shared Function ToHex (
value As String,
style As HexStyle
) As String
No code example is currently available or this language may not be supported.
- value String
-
String of characters to convert to Hex Digits.
- style HexStyle
-
The Hexadecimal Style to apply to the return string.
String
String of Hex Values translated from the caller's byte content.