'Declaration Public Function GetFileCRC32Hex( _ ByVal filePath As System.String _ ) As System.String
'Usage Dim instance As Encryption Dim filePath As System.String Dim value As System.String value = instance.GetFileCRC32Hex(filePath)
public System.string GetFileCRC32Hex( System.string filePath )
public function GetFileCRC32Hex( filePath: System.String ): System.String;
public function GetFileCRC32Hex( filePath : System.String ) : System.String;
public: System.string* GetFileCRC32Hex( System.string* filePath )
public: System.String^ GetFileCRC32Hex( System.String^ filePath )
Parameters
- filePath
- The file path.
Return Value
System.String.