DistanceTryParse Method |
| Name | Description | |
|---|---|---|
| TryParse(String, Distance) |
Attempts to parse a distance from a string representation using the current units.
| |
| TryParse(String, IFormatProvider, Distance) |
Attempts to parse a distance from a string representation using the current units.
| |
| TryParse(String, IFormatProvider, DistanceUnitType, Distance) |
Attempts to parse a distance from a string representation using the current units.
|