Appearance
toBase64(binary) → string · Binary
toBase64(binary) → string
Convert binary data to a Base64-encoded string.
binary
toBase64(toBinary("Hello", "UTF-8")) // "SGVsbG8="