Click or drag to resize

CSTRIFormatCRC Method (CGXNETCore, Int32, String, Int32, Int32)

Convert a GX CRC value to a string.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IFormatCRC(
	CGXNETCore gxNetShared,
	int pul_crc,
	ref string buff,
	int size,
	int width
)

public static void IFormatCRC(
	CGXNETCore gxNetShared,
	int pul_crc,
	ref string buff,
	int size,
	int width
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pul_crc
Type: SystemInt32
CRC value to format
buff
Type: SystemString
Resulting string
size
Type: SystemInt32
Size of the Resulting String
width
Type: SystemInt32
Width of the field
See Also