File.byteToString() (Method)

Convert a byte value into a string.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:String object
JavaScript syntax:NESmyFile.byteToString(aNumber)
Argument list:aNumberA byte value to be converted to a string

This method provides a way of converting a single numeric value that represents a code point in the native character set to a character than can be written to a file from a string variable.

There is other similar functionality supported as a static method of the String object.

See also:File.stringToByte(), String.fromCharCode()