The possible formats for reading/writing boolean values from/to strings in the XML document.
Enumerator |
---|
bfYesNo | boolean values are represented with "yes" and "no".
|
bfTrueFalse | boolean values are represented with "true" and "false".
|
bf10 | boolean values are represented with "1" and "0".
|
bfAll | When reading boolean values, all formats are allowed.
|