Salmon
Loading...
Searching...
No Matches
Mku.Convert.IBase64 Interface Reference

Interface for Base64 conversion implementations. More...

Inheritance diagram for Mku.Convert.IBase64:
Mku.Convert.Base64

Public Member Functions

byte[] Decode (string text)
 Decode a Base64 string to byte array.
 
string Encode (byte[] data)
 Encode a byte array to Base64 string.
 

Detailed Description

Interface for Base64 conversion implementations.

Member Function Documentation

◆ Decode()

byte[] Mku.Convert.IBase64.Decode ( string text)

Decode a Base64 string to byte array.

Parameters
textstring to be converted.
Returns
Byte array of converted data.

Implemented in Mku.Convert.Base64.

◆ Encode()

string Mku.Convert.IBase64.Encode ( byte[] data)

Encode a byte array to Base64 string.

Parameters
dataThe byte array to be converted.
Returns
Text string of converted data.

Implemented in Mku.Convert.Base64.


The documentation for this interface was generated from the following file: