Back to Adaptive Vision Library website

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

InsertToString


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

Inserts a string into another one at the given position.

Syntax

void avl::InsertToString
(
	const atl::String& inString,
	const atl::String& inInsertedString,
	const int inIndex,
	atl::String& outString
)

Parameters

Name Type Range Default Description
inString const String&
inInsertedString const String&
inIndex const int 0 -
outString String&

Errors

Error type Description
DomainError Index out of range in InsertToString.