0

How I can count characters that are in a CKEditor using C#.

string test = ckAdd.Text;
string testd = HttpUtility.HtmlEncode(test);
int times = testd.Count(char.IsLetter);
HaveNoDisplayName
  • 7,993
  • 106
  • 33
  • 46

0 Answers0