ReadNullableInt32 Method ReadNullableInt32(String) Reads a NullableInt32 or Int32 field. Declaration int? ReadNullableInt32(string name) Parameters String name The name of the field. Returns Nullable<Int32> The value of the field.