Back to Adaptive Vision Library website

You are here: Start » Function Reference » String » NumericCodesToString

NumericCodesToString


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Converts an integer array of character codes (UTF-16) into a string.

Syntax

void avl::NumericCodesToString
(
	const atl::Array<int>& inCodes,
	atl::String& outString
)

Parameters

Name Type Default Description
inCodes const Array<int>& Input array
outString String& Output string

Errors

Error type Description
DomainError Character code value must be greater than 0.
DomainError Character code value exceeds supported code values.