<< Click to Display Table of Contents >>

Base64encode

Encode OZBinary object data to Base64 and get the encoded string.

Prototype

string Base64encode()

Example

var binary = OZCreator.getBuiltInObject("OZBinary");

//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);

binary.Base64decode("xde9usau");

var encodetext = binary.Base64encode();