ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
Hi,
I want to check if there are 3 underlines (not less, not more) in a string?
I know I can use IndexOf, but it will only return the location of first occur.
How can I check this in .NET 2?
Thanks
I want to check if there are 3 underlines (not less, not more) in a string?
I know I can use IndexOf, but it will only return the location of first occur.
How can I check this in .NET 2?
Thanks