Click or drag to resize

ExportDataRowDeserialize Method

Deserialize new object from stream.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public static ExportDataRow Deserialize(
	Stream stream
)

Parameters

stream
Type: System.IOStream

Return Value

Type: ExportDataRow
See Also