SerializationHelperGetValue Method (SerializationInfo, String, Decimal) |
Get a value from a SerializationInfo object
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static bool GetValue(
SerializationInfo info,
string name,
ref decimal val
)
Public Shared Function GetValue (
info As SerializationInfo,
name As String,
ByRef val As Decimal
) As Boolean
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The object in which to look for the value. - name
- Type: SystemString
The name of the value. - val
- Type: SystemDecimal
The place to store the retrieved value.
Return Value
Type:
Booleantrue if the value was found, false otherwise.
See Also