[#BloombergLP-bdlde-Base64DecoderOptions] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::Base64DecoderOptions :relfileprefix: ../../ :mrdocs: This `class` stores the configuration of a `Base64Decoder`. == Synopsis Declared in `<bdlde_base64decoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Base64DecoderOptions; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Base64DecoderOptions/alphabet.adoc[`alphabet`] | Return the value of the `alphabet` attribute. | xref:BloombergLP/bdlde/Base64DecoderOptions/ignoreMode-0b.adoc[`ignoreMode`] | Return the value of the `ignoreMode` attribute. | xref:BloombergLP/bdlde/Base64DecoderOptions/isPadded.adoc[`isPadded`] | Return the value of the `isPadded` attribute. | xref:BloombergLP/bdlde/Base64DecoderOptions/print.adoc[`print`] | Format this object to the specified output `stream`. | xref:BloombergLP/bdlde/Base64DecoderOptions/setAlphabet.adoc[`setAlphabet`] | Set the `alphabet` attribute to the specified `value`. The behavior is undefined unless `value` is either `e_BASIC` or `e_UTL`. | xref:BloombergLP/bdlde/Base64DecoderOptions/setIgnoreMode.adoc[`setIgnoreMode`] | Set the `ignoreMode` attribute to the specified `value`. The behavior is undefined unless `value` is valid value of the `IgnoreMode` enum. | xref:BloombergLP/bdlde/Base64DecoderOptions/setIsPadded.adoc[`setIsPadded`] | Set the `isPadded` attribute to the specified `value`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Base64DecoderOptions/custom.adoc[`custom`] | Return a `Base64DecoderOptions` object with the specified attributes. | xref:BloombergLP/bdlde/Base64DecoderOptions/mime.adoc[`mime`] | Return MIME Base64 decoder options as specified by RFC 2045. | xref:BloombergLP/bdlde/Base64DecoderOptions/standard.adoc[`standard`] | Return standard Base64 decoder options as specified by RFC 4648. | xref:BloombergLP/bdlde/Base64DecoderOptions/urlSafe.adoc[`urlSafe`] | Return URL‐safe Base64 decoder options as specified by RFC 4648. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/operator_not_eq-098.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` do not have the same value. | xref:BloombergLP/bdlde/operator_eq-08.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#