ReadBoolean Method
ReadBoolean(string)
Reads a Boolean or NullableBoolean field.
Declaration
bool ReadBoolean(string name)
Parameters
string | name | The name of the field. |
Returns
bool | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and the value is null
.