Base64

haxe.crypto.Base64 (Class)

Allows one to encode/decode String and bytes using Base64 encoding.

Static Members

CHARS: String


decode(str: String, ?complement: Bool = true): haxe.io.Bytes
Name Type Default
str String
complement Bool true
Returns
haxe.io.Bytes