The strLib.intAsUnicode() system function returns a UNICODE character corresponding to an integer code point (numeric representation).
The complementary function strLib.unicodeAsInt() returns the code point for a UNICODE character.
strLib.intAsUnicode(code INT? in)
returns (character UNICODE(1)?)
result = strLib.intAsUnicode(65);
// result is A
| Platform | Issue |
|---|---|
| JavaScript generation | The function sysLib.intAsChar() is not supported |