Parses connection strings into named groups Key and Value , which can then be handled by whatever programmatic method you like. Ideally handled as key value pairs.
I did this in PowerShell using the below:
function Resolve-ConnectionString {...
Submitted by rbleattler - a year ago