ConversionToHex(String, HexStyle) Method

Return a string of byte values represented in Hexadecimal.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToHex(
	string value,
	HexStyle style
)

Parameters

value  String
String of characters to convert to Hex Digits.
style  HexStyle
The Hexadecimal Style to apply to the return string.

Return Value

String
String of Hex Values translated from the caller's byte content.

See Also