I have this StringFormat StringFormat={}{0:#,0}}
that represent decimal numbers and I want add text of my own after this number.
This is what I have tried (but it does not compile with the text inside the StringFormat
)
Content="{Binding Path=(my:MyClass.MyStaticProperty),StringFormat={}{0:#,0}} My Text"
my:MyClass.MyStaticProperty is integer type.