Click or drag to resize
SerializationUtilsInfoGetString Method
Overload List
  NameDescription
Public methodStatic memberInfoGetString(SerializationInfo, String)
Will try to read the value for the field named as the name specified in fieldName. If the field doesn't exist, an empty string is returned.
Public methodStatic memberInfoGetString(SerializationInfo, String, String)
Will try to read the value for the field named as the name specified in fieldName. If the field doesn't exist, an empty string is returned.
Top
See Also