string data="DIKhan,Pakistan"; //Removing All Comma's from String string address=data.Replace(","," "); // OutPut will be: DIKhan Pakistan