Click or drag to resize
Accord.NET (logo)

RationalTryParse Method

Overload List
  NameDescription
Public methodStatic memberTryParse(String, Rational)
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(String, NumberStyles, Rational)
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(String, IFormatProvider, Rational)
Converts the string representation of a number to its Rational representation. A return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(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.
Top
See Also