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.toString()

Create a string from a binary object.

Syntax

string = Binary.toString()

Parameters

The 'Binary.toString' method takes no parameters

Results

The 'Binary.toString' method returns string:

Type/Value Range/Length Description
string   A text string containing the contents of the Binary object.

Remarks

This method takes the contents of the object and converts it to a JavaScript string. This string will only contain useful information - and be complete - if the object does actually contain text.

This operation is invoked automatically by the JavaScript engine where it requires a string. Examples are trying to add the binary object to a string. It can be manually invoked if necessary.

Whitebeam release 1.3.36
(loadtime : 11ms)