Parses a string in the form of numerator/denominator to a Rational value.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static Rational Parse(
string s
)
Public Shared Function Parse (
s As String
) As Rational
Parameters
- s
- Type: SystemString
The string to parse
Return Value
Type:
RationalSee Also