C# Class SystemEx.Conversion

Exibir arquivo Open project: pvginkel/SystemEx

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