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

Create a Unicode string from a binary object.

Syntax

string = Binary.toStringUC()

Parameters

The 'Binary.toStringUC' method takes no parameters

Results

The 'Binary.toStringUC' method returns string:

Type/Value Range/Length Description
string   A text Unicode 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 variation assumes the binary object contains two byte unicode characters. This string will only contain useful information - and be complete - if the object does actually contain unicode characters.

Whitebeam release 1.3.36
(loadtime : 10ms)