Click or drag to resize

RationalParse Method

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
)

Parameters

s
Type: SystemString
The string to parse

Return Value

Type: Rational
See Also