|   | RationalParse Method (String, IFormatProvider) | 
        
         
            Converts the string representation of a number to its 
Rational representation.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
 Syntax
Syntaxpublic static Rational Parse(
	string s,
	IFormatProvider provider
)
Public Shared Function Parse ( 
	s As String,
	provider As IFormatProvider
) As Rational
Parameters
- s
- Type: SystemString
 A string that represents a number.
- provider
- Type: SystemIFormatProvider
 An object that supplies culture-specific information about the format of s.
Return Value
Type: 
RationalThe parsed 
Rational value.
 See Also
See Also