How can I use StringFormat in Binding in XAML? For the life of me, I can't find the magic string of characters to enable this - I've tried a gajillion iterations. Here's an example that doesn't work:
<Label Text="{Binding Id, StringFormat=0:N}"/>
救命!