When serializing a type with a boolean member initialized to true inline – I always get the value true when the object is deserialized (obviously, the problem is in the serialization The actual val
Tag: Things
.NET – How to pass the converter parameters to non-hard coding
It’s like:
For example, when a person’s name is an attribute of the class.
Update:
I have seen a solution , Tell me to inherit DependencyObject and implement IValueConverter.
I wa