Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any default converters for WPF?

i read that i can use data converters in binding like ...

<TextBlock Text="{Binding Converter={StaticResource PositionConverter}}" />

from here

but i wonder if there are any "in-built" converters. because creating converters to just output say 2 decimal places etc seem troublesome. i just thought that there must be sometime inbuilt that i can use?

like image 725
Jiew Meng Avatar asked Sep 04 '10 09:09

Jiew Meng


1 Answers

Here is the list of all converters provided by the framework

like image 63
Matěj Zábský Avatar answered Nov 15 '22 07:11

Matěj Zábský