C# Class Authentiqr.NET.Code.Base64

Mostrar archivo Open project: richard-green/LCGoogleApps

Public Methods

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

Method Details

Decode() public static method

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

Encode() public static method

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