NET FTP Library
GetCrcLocal Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : GetCrcLocal Method
Get the CRC32 of a local file in hexadecimal
Syntax
'Declaration
 
Public Function GetCrcLocal( _
   ByVal filePath As System.String _
) As System.String
'Usage
 
Dim instance As FTP
Dim filePath As System.String
Dim value As System.String
 
value = instance.GetCrcLocal(filePath)
public System.string GetCrcLocal( 
   System.string filePath
)
public function GetCrcLocal( 
    filePath: System.String
): System.String; 
public function GetCrcLocal( 
   filePath : System.String
) : System.String;
public: System.string* GetCrcLocal( 
   System.string* filePath
) 
public:
System.String^ GetCrcLocal( 
   System.String^ filePath
) 

Parameters

filePath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members