Hi All
I specified in form for TextBox string currency format like
Text="{Binding Path=BillAmount, StringFormat='{}{0:C}'}"
But when I type in and then move coursor to other field I didn't see that number, for instance, 123 become looks like $123. What is problem?
Thanks.