XMLRPC v1.4.1 XMLRPC.Base64 View Source

Elixir datatype to store base64 value

Note: See the Base module for other conversions in Elixir stdlib

Link to this section Summary

Functions

Create a new Base64 struct from an binary input

Attempt to decode a Base64 encoded value

Link to this section Types

Link to this type t() View Source
t() :: %XMLRPC.Base64{raw: String.t()}

Link to this section Functions

Create a new Base64 struct from an binary input

Attempt to decode a Base64 encoded value

Note: thin wrapper around Base.decode64/1