ReadNullableBoolean Method
ReadNullableBoolean(String)
Reads a NullableBoolean or Boolean field.
Declaration
bool? ReadNullableBoolean(string name)
Parameters
String | name | The name of the field. |
Returns
Nullable<Boolean> | The value of the field. |