Код: Выделить всё
string thestr = "Hello, my name is Adam";
thestr = thestr.ToLower();
for (int i = 0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/78825998/when-using-the-string-remove-method-what-am-i-missing[/url]Код: Выделить всё
string thestr = "Hello, my name is Adam";
thestr = thestr.ToLower();
for (int i = 0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/78825998/when-using-the-string-remove-method-what-am-i-missing[/url]