Click or drag to resize

CSYSCRCFile Method

Compute the CRC of a file

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int CRCFile(
	string file
)

public static int CRCFile(
	string file
)

Parameters

file
Type: SystemString
File Name

Return Value

Type: Int32
CRC Value
See Also