def

func:ioFromBase64

ioFromBase64(s)

Return an I/O handle to decode from a base64 string. Also see ioToBase64() and Buf.fromBase64

Example:

// decode base64 to a string
ioFromBase64("c2t5c3Bhcms").ioReadStr

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function