B
Bill
If, for example, I retrieve a connectionstring from a config file using
something like:
Value = ConfigurationSettings.AppSettings["ConnectionString"];
This will return a string that is semi-colon delimited. If I want, say, to
retrieve the password from this string will I need to explicity parse it?
something like:
Value = ConfigurationSettings.AppSettings["ConnectionString"];
This will return a string that is semi-colon delimited. If I want, say, to
retrieve the password from this string will I need to explicity parse it?