© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
S. HoeflingGetting Started with the Uno Platform and WinUI 3https://doi.org/10.1007/978-1-4842-8248-9_12

12. Converters

Skye Hoefling1  
(1)
Rochester, NY, USA
 

In Chapter 8 we introduced the Model-View-ViewModel application design, which includes the concept of data binding, a technique used to bind public properties from your ViewModel to various properties of a user interface control that resides in the View or page. In many cases the properties exposed by the ViewModel do not match the properties that are to be shown on the user interface control. This is when you would want to consider using a converter.

A converter is a special type of data binding

Get Getting Started with the Uno Platform and WinUI 3: Hands-On Building of Cross-Platform Desktop, Mobile, and Web Applications That Can Run Anywhere now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.