 | ExportDataRowDeserialize Method |
Deserialize new object from stream.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic static ExportDataRow Deserialize(
Stream stream
)
Public Shared Function Deserialize (
stream As Stream
) As ExportDataRow
Parameters
- stream
- Type: System.IOStream
Return Value
Type:
ExportDataRow
See Also