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 4 Next »

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

Parameters

  1. 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("FieldF", { type: 'char', length: 1 });
FieldF = String.fromEbcdicHex('01');


 

  • No labels