C# Class Authentiqr.NET.Code.Hex

Show file Open project: richard-green/LCGoogleApps

Public Methods

Method Description
Decode ( string hex ) : byte[]
Encode ( byte data ) : string

Method Details

Decode() public static method

public static Decode ( string hex ) : byte[]
hex string
return byte[]

Encode() public static method

public static Encode ( byte data ) : string
data byte
return string