dojox/encoding/base64 (version 1.10)

See the dojox/encoding/base64 reference documentation for more information.

Method Summary

  • decode(str) Convert a base64-encoded string to an array of bytes
  • encode(ba) Encode an array of bytes as a base64-encoded string

Methods

decode(str)

Convert a base64-encoded string to an array of bytes

Parameter Type Description
str string
encode(ba)

Encode an array of bytes as a base64-encoded string

Parameter Type Description
ba byte[]
Error in the documentation? Can’t find what you are looking for? Let us know!