We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b28c7 commit f7bc31cCopy full SHA for f7bc31c
README.md
@@ -77,7 +77,7 @@ UnitValue val = GetUnknownValueAndUnit();
77
78
// Returns false if conversion was not possible.
79
double cm;
80
-val.TryConvert(LengthUnit.Centimeter, out cm);
+val.TryConvert(Unit.Centimeter, out cm);
81
```
82
83
Helper Methods to Construct Measurements
0 commit comments