RationalTryParse Method |
Name | Description | |
---|---|---|
TryParse(String, Rational) |
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
| |
TryParse(String, NumberStyles, Rational) |
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
| |
TryParse(String, IFormatProvider, Rational) |
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
| |
TryParse(String, NumberStyles, IFormatProvider, Rational) |
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
|