[ad_1]
Use method String.Insert(int startIndex, string val);:
string x = "T12345";
x = x.Insert(1," ");
3
[ad_2]
solved How to insert a space after the first character? [closed]
[ad_1]
Use method String.Insert(int startIndex, string val);:
string x = "T12345";
x = x.Insert(1," ");
3
[ad_2]
solved How to insert a space after the first character? [closed]