string data="Mumbai,400049,Andheri "; //Removing All Comma's from String string address=data.Replace(","," ");