Module: encoding/base64

encoding/base64

Methods

<static> r2s(t) → {string}

Convert radix-64 to binary string
Parameters:
Name Type Description
t String radix-64 string to convert
Source:
Returns:
binary version of input string
Type
string

<static> s2r(t) → {string}

Convert binary string to radix-64
Parameters:
Name Type Description
t String binary string to convert
Source:
Returns:
radix-64 version of input string
Type
string