In This Topic
Tests whether a stream contains a valid zip file.
Syntax
Public Overloads Shared Function IsZipFile( _
ByVal As Stream _
) As Boolean
public static bool IsZipFile(
Stream
)
Parameters
- stream
- System.IO.Stream to test.
Return Value
True if contains a valid zip file, false otherwise.
See Also