Click or drag to resize

SerializationUtilsInfoGetInt32 Method

Overload List
  NameDescription
Public methodStatic memberInfoGetInt32(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.
Public methodStatic memberInfoGetInt32(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.
Top
See Also