githubEdit

ToBinary

Calculates the binary representation of Base64-encoded data.

Method Signature

ToBinary(base64_or_object=[any])

Arguments

Argument
Type
Required
Description
Default

base64_or_object

any

true

A string containing base64-encoded data.

Examples

Last updated

Was this helpful?