Set the alphabet attribute to the specified value. The behavior is undefined unless value is either e_BASIC or e_UTL.

Synopsis

Declared in <bdlde_base64decoderoptions.h>

void
setAlphabet(Base64Alphabet::Enum value);

Parameters

Name

Description

value

new alphabet (e_BASIC or e_URL)

Created with MrDocs