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