20 Aralık 2015 Pazar

c# karakter sorunu

  1. string A = HttpContext.Current.Server.HtmlDecode(Text);
  2. string A = Text.Replace("&nbsp"," ");
  3. string A = Text.Replace(" ", " ");
youString.Replace(" ", " ");
xyz.Text.Replace(" ", string.Empty);