views:

17

answers:

0

Hi,

I have lots of xml strings, one of its element value can be 'False' or 'True'. I created a class with a bool type property for that element. When deserialize the xml strings, it throws an error saying those values are not valid boolean value. I can't change the value in the xml, what could I do to be able to deserialize it?

Thanks,

Q