C# Class NetIde.Util.Conversion

Mostrar archivo Open project: netide/netide

Public Methods

Method Description
FromHex ( string value ) : byte[]
ToHex ( byte value ) : string

Method Details

FromHex() public static method

public static FromHex ( string value ) : byte[]
value string
return byte[]

ToHex() public static method

public static ToHex ( byte value ) : string
value byte
return string