How could this not work?
C#
4
Posts
3
Posters
0
Views
1
Watching
-
string str = (string)value; int i = str.IndexOf("."); str.Remove(i, 1);
-
string str = (string)value; int i = str.IndexOf("."); str.Remove(i, 1);
Because its not assigned to anything I'm still thinking like a 'C' prgrammer. Doh!
-
Because its not assigned to anything I'm still thinking like a 'C' prgrammer. Doh!
-
Because its not assigned to anything I'm still thinking like a 'C' prgrammer. Doh!