The default DataTemplate in a wpf application displays the result of the .ToString() method. I\'m developing an application where the default DataTemplate should di
.ToString()
I used Nullable, worked for my situation.