[#BloombergLP-bdlde-Base64EncoderOptions-urlSafe] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions]::urlSafe :relfileprefix: ../../../ :mrdocs: Return a `Base64EncoderOptions` object having the attributes `maxLineLength == 0`, `alphabet == Base64Alphabet::e_URL`, and the specified `padded`. If `padded` is not specified, it defaults to `false`. This conforms to RFC 4648 section 5. == Synopsis Declared in `<bdlde_base64encoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] urlSafe(bool padded = false); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#