Skip to main content

Decode MIME Base64

Anatomy

<decode:base64 var="var">
string
</decode:base64>

Description: DECODE:BASE64 decodes a value according to RFC 2045 by converting printable characters back to arbitrary byte sequences.

MIME Base64 is designed to make binary data survive transport through transport layers that are not 8-bit clean. MIME Base64-encoded data is about 33 percent larger than the unencoded data.

DECODE:BASE64 is the complement of the ENCODE:BASE64 operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name decode:base64

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<output>
<decode:base64>TXkgbmFtZSBpcyBpWE1MIQ==</decode:base64>
</output>

<!-- My name is iXML! -->