<base64> ( string -- base64 )
XML-RPC

Prev:rpc-fault
Next:<rpc-method> ( name params -- rpc-method )


Vocabulary
xml-rpc

Inputs
stringa string


Outputs
base64a base64 tuple


Word description
creates a base64 tuple using the data in the string. This marks the data for encoding in the base64 format

See also
base64

Definition