Return a Base64DecoderOptions object with the specified attributes.
Declared in <bdlde_base64decoderoptions.h>
static
Base64DecoderOptions
custom(
IgnoreMode::Enum ignoreMode,
Base64Alphabet::Enum alphabet,
bool padded);
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.
a Base64DecoderOptions object with the specified attributes
| 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 '=' |