WriteBoolean Method
WriteBoolean(String, Boolean)
Writes a primitive boolean.
Declaration
void WriteBoolean(string fieldName, bool value)
Parameters
| String | fieldName | name of the field |
| Boolean | value | int value to be written |
Remarks
Writes a primitive boolean.
Exceptions
| IOException | System.IO.IOException |