StringsFromHex Method

Convert a hexadecimal to a string.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string FromHex(
	string hex
)

Parameters

hex  String
Hexadecimal value to convert.

Return Value

String
String with the value converted.

See Also