indexthe zero-based index of the character to replace.chthe character to set.
TypeReasonJava.Lang.IndexOutOfBoundsExceptionif index is negative or greater than or equal to the current StringBuilder.Length.
Sets the character at the index.
[Android Documentation]