AvaloniaUI / avalonia-docs

https://docs.avaloniaui.net/docs/welcome
65 stars 213 forks source link

StringFormatValueConverter is not mentioned below as stated in the tip #406

Closed mgnslndh closed 8 months ago

mgnslndh commented 8 months ago

StringFormatValueConverter is not mentioned below as stated in the tip:

https://github.com/AvaloniaUI/avalonia-docs/blob/c9b3276abd160c1cfe9a68cc3b28baa5b0c03613/docs/basics/data/data-binding/data-binding-syntax.md?plain=1#L165-L168

image

stevemonaco commented 8 months ago

That refers to the "a string formatting converter" in the section below. It's vague, but I didn't see the need to modify either so I kept it as-is. However, the linked page "built-in-data-binding-converters" doesn't list StringFormatValueConverter either so some work should be done there. There are a few others missing, like EnumToBoolConverter.

image