String::InsertCharAt

String::InsertCharAt
UPInt InsertCharAt(UInt32 c, UPInt posAt);
Description

InsertCharAt inserts a new character at desired position.

Parameters
Parameters 
Description 
UInt32 c 
Pointer to the character to be inserted. 
UPInt posAt 
Position at which the new character is to be inserted. 
Return Value

Index at which the character is inserted.