system.object to namevalue collection

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I'm reading some stuff in a custom section of the
web.config file into a name value collection. What do I
need to do to make this work:

Dim nvcConfig As NameValueCollection = _
ConfigurationSettings.GetConfig
("myApp/mySection ")

With option strict on?
 
Back
Top