Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public uint CalculateCRC(
	string path,
	long offset,
	long length
)
Visual Basic
Public Function CalculateCRC ( _
	path As String, _
	offset As Long, _
	length As Long _
) As UInteger
Visual C++
public:
unsigned int CalculateCRC(
	String^ path, 
	long long offset, 
	long long length
)

Parameters

path
Type: System..::..String
offset
Type: System..::..Int64
length
Type: System..::..Int64

See Also