|
Salmon
|
Interface for Base64 conversion implementations. More...
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. | |
Interface for Base64 conversion implementations.
| byte[] Mku.Convert.IBase64.Decode | ( | string | text | ) |
Decode a Base64 string to byte array.
| text | string to be converted. |
Implemented in Mku.Convert.Base64.
| string Mku.Convert.IBase64.Encode | ( | byte[] | data | ) |
Encode a byte array to Base64 string.
| data | The byte array to be converted. |
Implemented in Mku.Convert.Base64.