The __________ method can determine whether a string contains a value that can be converted to a specific data type before it is converted to that data type.
You can convert a string to a number by calling the TryParse method found on various numeric types (int, long, double, etc.), or by using methods in the System.Convert class.