ConversionToHex(Byte) 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(
	byte value
)

Parameters

value  Byte
A single byte for which a Hex conversion is requested.

Return Value

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

See Also