Replace Char At Specified Index Of String - VB.NET | Dream.In.Code
I want to replace a char at a specified index of a string. Short of using the .Remove and .Insert methods I was wondering if there is an easier way. Would be nice if the .Char array was not readonly. Like id like to do something like Data(0) = cchar("w") ...