string ReplaceCharacter(string s, char newvalue) { return newvalue + s.Substring(1); }
Regards, Jayakumar Selvakani
Login to post response