B
Bill Todd
Is there an object in the .NET framework that has methods for working
with Name=Value pairs such as those in a connection string?
What I am looking for is something similar to an ArrayList but with an
IndexOfName method that will find the first occurance of the value on
the left of the = sign and that also has a way to change the Value on
the right side.
with Name=Value pairs such as those in a connection string?
What I am looking for is something similar to an ArrayList but with an
IndexOfName method that will find the first occurance of the value on
the left of the = sign and that also has a way to change the Value on
the right side.