String does not have ReplaceAt(), and I’m tumbling a bit on how to make a decent function that does what I need. I suppose the CPU cost is high, but the string sizes are small so it’s all ok
String does not have ReplaceAt() , and I’m tumbling a bit on how to
Share
Use a
StringBuilder: