Back to Aurora Vision Library websiteYou are here:
Start »
Function Reference »
All Functions »
String »
InsertToString
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 |
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
List of possible exceptions:
| Error type |
Description |
| DomainError |
Index out of range in InsertToString. |