Xml Serialization vs. “True” and “False”

前端 未结 10 1068
傲寒
傲寒 2021-01-07 20:23

I\'m having an issue with deserializing an XML file with boolean values. The source XML files I\'m deserializing were created from a VB6 app, where all boolean values are c

10条回答
  •  情歌与酒
    2021-01-07 20:26

    I dont think there is. You could make it string and do a comparison (String.Compare) by setting the ignoreCase value to true.

提交回复
热议问题