ReadNullableBoolean Method
ReadNullableBoolean(string)
Reads a Nullable
Declaration
bool? ReadNullableBoolean(string name)
Parameters
string | name | The name of the field. |
Returns
bool? | The value of the field. |
Reads a Nullable
bool? ReadNullableBoolean(string name)
string | name | The name of the field. |
bool? | The value of the field. |