Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Convert a string of UCS2 hex to a string of text.

Parameters
  1. UCS2 hex string
Return Value

This API returns a string value.

Exception Handling

An error can be thrown if an invalid hex value is passed to the API.

Example
pjs.define("var5", { type: 'ucs2', length: 26, varying: true, initValue: String.fromUcs2Hex('01230123') });
//var5 = ģģ
  • No labels