Check if a string has at least one number in it using LINQ

Viewed 70351

I would like to know what the easiest and shortest LINQ query is to return true if a string contains any number character in it.

5 Answers
Related