Back to Aurora Vision Library website

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

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: avl
Module: FoundationLite

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
Input value inCodes const Array<int>& Input array
Output value outString String& Output string

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.