Check if a string contains one of 10 characters

Viewed 107975

I'm using C# and I want to check if a string contains one of ten characters, *, &, # etc etc.

What is the best way?

6 Answers
Related