Converters
Everything on SkillVeris tagged Converters — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Binding Modes and Converters
Understand how BindingMode controls the direction of data flow between target and source, and how IValueConverter lets bindings transform data for display.
Value Converters
Learn how IValueConverter and IMultiValueConverter transform data between ViewModel types and UI-friendly representations without polluting the ViewModel.
Converters and Commands
Learn how IValueConverter transforms bound data for display and how ICommand/RelayCommand lets buttons and gestures invoke ViewModel logic through bindings.