I like to read string from text file the text file consists of information below
con = new MySqlConnection("server=localhost;user id=root; password=""; database=workplantype; pooling=false;");
i like to read server name such as"localhost" here and user id such as"root" here,how can i read this.