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