Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

Binary.fromBase64()

BASE64 decode the current contents of the Binary object.

Syntax

void = Binary.fromBase64()

Parameters

The 'Binary.fromBase64' method takes no parameters

Results

The 'Binary.fromBase64' method returns no useful information.

Remarks

This method takes the contents of the object and converts it from a BASE64 string. The conversion happens in-place. If the source is not a base64 string, the result will not be useful.

Whitebeam release 1.3.36
(loadtime : 9ms)