WPF Binding.Stringformat ignored

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-23T09:38:57Z Indexed on 2010/05/23 9:40 UTC
Read the original article Hit count: 458

Filed under:
|
|
|

With .NET 3.5 SP 1 I checked out this blog and followed instructions, however the StringFormat parameter still gets ignored. Any possible reasons? To be sure: the datatype that are involved are DateTime, double, int. So the formatting SHOULD work, but it's not. Any clues why?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET