This function converts a number sequence into an alphanumeric string encoded in UTF-8.
The numbers are seen as byte values. By default, this function assumes that these byte values correspond to UTF-8 character encoding.
Enter the inEncoding parameter to specify another encoding. This must take a value registered by IANA. Click here for more details.
Parameters
Number sequence |
byteTab |
Number sequence representing an encoded alphanumeric string |
Mandatory |
String |
inEncoding |
Character encoding |
Optional |
For example
<@hardisFo.foBlock white-space="pre"> ${ hardisCore.blobToString(.data_model.cp1252Text, "windows-1252") } </@hardisFo.foBlock>