...
If you pass in the incorrect amount of hex, it is possible that the Buffer module can throw an error.
Example
Code Block | ||
---|---|---|
| ||
var myBuff = String.toEbcdicHex('Hello world'); var myString = String.fromEbcdicHex(myBuff.toString('hex')); |
...
...
If you pass in the incorrect amount of hex, it is possible that the Buffer module can throw an error.
Code Block | ||
---|---|---|
| ||
var myBuff = String.toEbcdicHex('Hello world'); var myString = String.fromEbcdicHex(myBuff.toString('hex')); |
...