Back to FabImage Library website
You are here: Start » Function Reference » String » NumericCodesToString
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Converts an integer array of character codes (UTF-16) into a string.
Syntax
void fil::NumericCodesToString ( const ftl::Array<int>& inCodes, ftl::String& outString )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Character code value exceeds supported code values. |
DomainError | Character code value must be greater than 0. |