I need put in } and { in a XAML ConvertParameter without it being interpreted:
ConverterParameter = "{0}/{1}"
...which does not work. How to do this?
You can use:
ConverterParameter = "{}{0}/{1}"
More information can be found here.
1.4m articles
1.4m replys
5 comments
57.0k users