SetAt

此方法會設定位於字串中指定位置的字元。

可見性
Public
簽章
void SetAt(int i, char c)
參數
I

要將字元新增至的位置

c

要新增的字元


意見回饋