vs2008 c#
how can I load an array from XML?
lets say I have now
string[] arr = {23,32,45,34,21 ,23,243,45 }
I want to read the values from XML.
thanks
how can I load an array from XML?
lets say I have now
string[] arr = {23,32,45,34,21 ,23,243,45 }
I want to read the values from XML.
thanks
Comment