how to ensure numbers in a string c# code example Example: c# see if string is int bool result = int.TryParse("123", out var n);