Sep 14, 2011

How to split a string with multi-character delimiter in Asp.Net

string [] words = myStr.Split(new String[] { "##" }, StringSplitOptions.None);

No comments:

Post a Comment