Start » Filter Reference » Basic » String » NumericCodesToString
Module: | FoundationLite |
---|
Converts an integer array of character codes (UTF-16) into a string.
Name | Type | Description | |
---|---|---|---|
inCodes | IntegerArray | Input array | |
outString | String | Output string |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Character code value exceeds supported code values. |
DomainError | Character code value must be greater than 0. |
Complexity Level
This filter is available on Advanced Complexity Level.