String::Remove

String::Remove
void Remove(UPInt posAt, SPInt len = 1);
Description

Remove removes the character at the specified index.

Parameters
Parameters 
Description 
UPInt posAt 
Index at which the character is removed. 
SPInt len = 1 
Number of characters to remove.