I have a class that I use JavaScriptSerializer.Deserialize<class>
One of the properties I get from the user interface is int (0 or 1). Is there a way to change getter / setter to a property in C # so that it understands that it should return true or false based on the value? Or do I need another property that checks int prop? Thanks
Johan source share