'Declaration Public Shared Function Deserialize( _
ByVal streamThe stream that contains the data to deserialize.As System.IO.Stream _
) As XlsxDecoder
public static XlsxDecoder Deserialize(
System.IO.Stream stream
)
public: static XlsxDecoder* Deserialize(
System.IO.Stream* stream
)
public:
static XlsxDecoder^ Deserialize(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream that contains the data to deserialize.
Return Value
A new instance of XlsxDecoder class.