Click or drag to resize
CSYSCRCFileOffset Method
Compute the CRC of a file with an Offset

Available since Oasis montaj version: 6.4.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int CRCFileOffset(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
File Name
i2
Type: SystemInt32
Offset in the file (0 for start)

Return Value

Type: Int32
CRC Value
See Also