\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipFile Class / IsZipFile Method / IsZipFile(Stream) Method

In This Topic
    IsZipFile(Stream) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsZipFile( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public static System.bool IsZipFile( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also