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
  • 8,291
  • 106
  • 37
  • 47

0 Answers0