XMLRPC.Base64 (XMLRPC v1.4.2) 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
Specs
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
.