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
I dont think there is. You could make it string and do a comparison (String.Compare) by setting the ignoreCase value to true.