 | CSTRIFormatCRC Method (Int32, String, Int32, Int32) |
Convert a GX CRC value to a string.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IFormatCRC(
int pul_crc,
ref string buff,
int size,
int width
)
public static void IFormatCRC(
int pul_crc,
ref string buff,
int size,
int width
)
Public Shared Sub IFormatCRC (
pul_crc As Integer,
ByRef buff As String,
size As Integer,
width As Integer
)
Public Shared Sub IFormatCRC (
pul_crc As Integer,
ByRef buff As String,
size As Integer,
width As Integer
)
public:
static void IFormatCRC(
int pul_crc,
String^% buff,
int size,
int width
)
public:
static void IFormatCRC(
int pul_crc,
String^% buff,
int size,
int width
)
static member IFormatCRC :
pul_crc : int *
buff : string byref *
size : int *
width : int -> unit
static member IFormatCRC :
pul_crc : int *
buff : string byref *
size : int *
width : int -> unit
Parameters
- 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