Click or drag to resize

SerializationHelperGetValue Method (SerializationInfo, String, Byte)

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 byte val
)

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: SystemByte
The place to store the retrieved value.

Return Value

Type: Boolean
true if the value was found, false otherwise.
See Also