ReadArrayOfBoolean Method
ReadArrayOfBoolean(string)
Reads a ArrayOfBoolean or ArrayOfNullableBoolean field.
Declaration
bool[]? ReadArrayOfBoolean(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 a value is null.