Base64

Base64.Encode

string Base64.Encode(string Input)

Returns the base64 encoded version of Input.

Base64.Decode

string Base64.Decode(string Input)

Returns the base64 decoded version of Input.