Here is how to use the .Split function without having to define an array of separator values separately.
.Split(new char[]{';'}, StringSplitOptions.RemoveEmptyEntries)
Random programming things I'd want to remember
No comments:
Post a Comment