string name= "something here : something here/ "; string result = name.Replace(":", " ").Replace("/", "").Substring(1, 31);
Regards, Sunil
Login to post response