StringsFromHex Method
Convert a hexadecimal to a string.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string FromHex(
string hex
)
Public Shared Function FromHex (
hex As String
) As String
- hex String
- Hexadecimal value to convert.
StringString with the value converted.