ReadInt32 Method
ReadInt32(string)
Reads a Int32 or NullableInt32 field.
Declaration
int ReadInt32(string name)
Parameters
string | name | The name of the field. |
Returns
int | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and the value is null
.