ConversionToHex(Int32, HexStyle) Method

Return a hexadecimal string representing the caller-specified value.

Definition

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

Parameters

value  Int32
Integer value to be converted.
style  HexStyle
The Hexadecimal Style to apply to the return string.

Return Value

String
String of one or more Hex Values translated from the caller's value.

See Also