'Declaration Public Function GetFileCRC32( _ ByVal filePath As System.String _ ) As System.Long
'Usage Dim instance As Encryption Dim filePath As System.String Dim value As System.Long value = instance.GetFileCRC32(filePath)
public System.long GetFileCRC32( System.string filePath )
public function GetFileCRC32( filePath: System.String ): System.Int64;
public function GetFileCRC32( filePath : System.String ) : System.long;
public: System.long GetFileCRC32( System.string* filePath )
public: System.int64 GetFileCRC32( System.String^ filePath )
Parameters
- filePath