SerializationUtilsInfoGetString Method |
Name | Description | |
---|---|---|
![]() ![]() | InfoGetString(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.
|
![]() ![]() | InfoGetString(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.
|