/ Published in: C#
Expand |
Embed | Plain Text
String[] straArray = ConfigurationManager.AppSettings[""].ToString().Split(','); foreach (string strValue in straArray) { }
You need to login to post a comment.
krisdb on 05/09/08
1 person have marked this snippet as a favorite
String[] straArray = ConfigurationManager.AppSettings[""].ToString().Split(','); foreach (string strValue in straArray) { }
You need to login to post a comment.