SetAt

This method sets a character at the specified position in the string.

Visibility
Public
Signature
void SetAt(int i, char c)
Parameters
i

The position at which to add the character

c

The character to add


Feedback