String.Length will get the character count in a string. string MyString = "abCDef123";Response.Write(MyString.Length);Output:9
No comments:
Write comments