This method sets a character at the specified position in the string.
Public
void SetAt(int i, char c)
i
The position at which to add the character
c
The character to add