counting char in string
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I need to count how many char are there in string. How is it possible.Could anyone help me out thanks leo Kathmandu, Nepal
Dim str as string = "HELLO WORLD" Dim charCount as int16 = str.length response.write(charCount) Regards,
-
I need to count how many char are there in string. How is it possible.Could anyone help me out thanks leo Kathmandu, Nepal