|
|
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. |
|
|
(loadtime : 13ms) |