Decodes given Base64-encoded string to bytes.
Name | Description | Required |
---|---|---|
Data | Base64 string or bytes to decode. | Yes |
Padding | Specifies whether the input should be expected to be aligned to a multiple of 4 bytes, using a padding character. | No |
Encodes given bytes to Base64 text.
Name | Description | Required |
---|---|---|
Data | Data to encode. | Yes |
Padding | Specifies whether the output should be padded to a multiple of 4 bytes, using the padding character. | No |