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 9f8ab15 commit 2acee85Copy full SHA for 2acee85
README.md
@@ -27,6 +27,7 @@ Stop littering your code with unnecessary calculations, Units.NET gives you all
27
* [Extension methods](#extension-methods) for short-hand creation and conversions
28
* [Parse and ToString()](#culture) supports cultures and localization
29
* [Example: Creating a unit converter app](#example-app)
30
+* [Example: WPF app using IValueConverter to parse quantities from input](#example-wpf-app-using-ivalueconverter-to-parse-quantities-from-input)
31
* [Precision and accuracy](#precision)
32
* [Serializable with JSON.NET](#serialization)
33
* Extensible with [custom units](https://github.com/angularsen/UnitsNet/wiki/Extending-with-Custom-Units)
0 commit comments