SerializationUtilsInfoGetInt32 Method | 
| Name | Description | |
|---|---|---|
| InfoGetInt32(SerializationInfo, String) | 
            Will try to read the value for the field named as the name specified in fieldName.
            If the field doesn't exist, 0 is returned.
              | |
| InfoGetInt32(SerializationInfo, String, Int32) | 
            Will try to read the value for the field named as the name specified in fieldName.
            If the field doesn't exist, 0 is returned.
              |