SerializationInfoHelperGetValue Method (SerializationInfo, String, Object) |
Namespace:
Atalasoft.Utils
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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