SerializationInfoHelperGetValue Method (SerializationInfo, String, Object) |
Namespace:
Atalasoft.Utils
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static Object GetValue(
SerializationInfo info,
string name,
Object defaultValue
)
Public Shared Function GetValue (
info As SerializationInfo,
name As String,
defaultValue As Object
) As Object
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
- name
- Type: SystemString
- defaultValue
- Type: SystemObject
Return Value
Type:
ObjectValue
See Also