Return a Base64DecoderOptions object with the specified attributes.

Synopsis

Declared in <bdlde_base64decoderoptions.h>

static
Base64DecoderOptions
custom(
    IgnoreMode::Enum ignoreMode,
    Base64Alphabet::Enum alphabet,
    bool padded);

Description

Return a Base64DecoderOptions object having the specified alphabet, padded, and ignoreMode attribute values. The behavior is unless ignoreMode is a defined value of IgnoreMode, and alphabet is a defined value of Base64Alphabet::Enum.

Return Value

a Base64DecoderOptions object with the specified attributes

Parameters

Name

Description

ignoreMode

which character types, if any, to ignore

alphabet

Base64 alphabet used in the encoded input

padded

true if encoded input is padded with '='

Created with MrDocs