'Declaration Public Shared Function IsZipFile( _ ByVal fileName As String _ ) As Boolean
'Declaration
Public Shared Function IsZipFile( _ ByVal fileName As String _ ) As Boolean
'Usage Dim fileName As String Dim value As Boolean value = Utils.IsZipFile(fileName)
'Usage
Dim fileName As String Dim value As Boolean value = Utils.IsZipFile(fileName)
public static bool IsZipFile( string fileName )
public function IsZipFile( fileName: String ): Boolean; static;
public static function IsZipFile( fileName : String ) : boolean;
public: static bool IsZipFile( string* fileName )
public: static bool IsZipFile( String^ fileName )
Utils Class Utils Members