[#BloombergLP-bdlde-Base64DecoderOptions-mime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions]::mime :relfileprefix: ../../../ :mrdocs: Return a `Base64DecoderOptions` object having the attributes `alphabet == Base64Alphabet::e_BASIC`, `isPadded == true`, and the specified `ignoreMode`. If `ignoreMode` is not specified, it defaults to `e_IGNORE_WHITESPACE`. This conforms to RFC 2045. == Synopsis Declared in `<bdlde_base64decoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions] mime(xref:BloombergLP/bdlde/Base64IgnoreMode/Enum.adoc[IgnoreMode::Enum] ignoreMode = IgnoreMode::e_IGNORE_WHITESPACE); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#