how do i check if non digit in c# code example Example: c# check if string is all numbers if (str.All(char.IsDigit)) { // String only contains numbers }