I have a connection string and I want to be able to peek out for example \"Data Source\". Is there a parser, or do I have to search the string?
Use the SqlConnectionStringBuilder Unfortunately you will have to use a DB specific ConnectionStringBuilder as the connection strings differ.