Home Page › Forums › BizTalk 2004 – BizTalk 2010 › creating string array variable › Re: creating string array variable
January 22, 2007 at 3:43 AM
#17349
the data in config file is like
<emp>
<data id="1" />
<data id="2" />
</emp>
<data id="1" />
<data id="2" />
</emp>
I use AppSettings.GetValues("emp"). This returns string array (i.e) String.String[]. i need to loop to find the exact row. for that i need String array. Ordinary Array does not help.