 | CSTRIFormatCRC Method (CGXNETCore, Int32, String, 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
Syntaxpublic static void IFormatCRC(
CGXNETCore gxNetShared,
int pul_crc,
ref string buff,
int width
)
public static void IFormatCRC(
CGXNETCore gxNetShared,
int pul_crc,
ref string buff,
int width
)
Public Shared Sub IFormatCRC (
gxNetShared As CGXNETCore,
pul_crc As Integer,
ByRef buff As String,
width As Integer
)
Public Shared Sub IFormatCRC (
gxNetShared As CGXNETCore,
pul_crc As Integer,
ByRef buff As String,
width As Integer
)
public:
static void IFormatCRC(
CGXNETCore^ gxNetShared,
int pul_crc,
String^% buff,
int width
)
public:
static void IFormatCRC(
CGXNETCore^ gxNetShared,
int pul_crc,
String^% buff,
int width
)
static member IFormatCRC :
gxNetShared : CGXNETCore *
pul_crc : int *
buff : string byref *
width : int -> unit
static member IFormatCRC :
gxNetShared : CGXNETCore *
pul_crc : int *
buff : string byref *
width : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pul_crc
- Type: SystemInt32
CRC value to format - buff
- Type: SystemString
Resulting string - width
- Type: SystemInt32
Width of the field
See Also