Friday, July 17, 2009

Find String within string C#

int FirstChr = MainString.IndexOf(SearchString);
 

No comments: