I like how i can do string [] stringArray = sz.split('.'); but is there a way to merge them back together? (stringArray.Merge(".");)
+1 for the most complete answer
Paul Suart
2009-04-03 11:22:51
I like how i can do string [] stringArray = sz.split('.'); but is there a way to merge them back together? (stringArray.Merge(".");)