TryParse Method


OverloadĀ List

Name Description
Public method Static member TryParse(Units, UnitType, String, Double )
Parses a formatted string into a number with units if possible.
Public method Static member TryParse(Units, UnitType, String, ValueParsingOptions, Double )
Parses a formatted string into a number with units if possible.
Public method Static member TryParse(Units, UnitType, String, Double , String )
Parses a formatted string into a number with units if possible.
Public method Static member TryParse(Units, UnitType, String, ValueParsingOptions, Double , String )
Parses a formatted string into a number with units if possible.

See Also