Skip to content

base64 string u8vector

Chris Petersen edited this page Nov 4, 2015 · 1 revision

Decodes a base64 encoded string and returns a u8vector.

Parameter Description
str string to decode

Example

> (base64-string->u8vector "HcoDVdC7Sds=")
#u8(29 202 3 85 208 187 73 219)
> (base64-string->u8vector "HcoDV\ndC7Sd\ns=")
#u8(29 202 3 85 208 187 73 219)
Clone this wiki locally