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.
2.1m questions
2.1m answers
60 comments
57.0k users