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.
2 parents e4ee9c7 + f7bc31c commit 66f001bCopy full SHA for 66f001b
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