 | CSTRIFormatI Method (CGXNETCore, Int32, String, Int32, Int32) |
Convert a GX int to a string.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IFormatI(
CGXNETCore gxNetShared,
int value,
ref string buff,
int size,
int width
)
public static void IFormatI(
CGXNETCore gxNetShared,
int value,
ref string buff,
int size,
int width
)
Public Shared Sub IFormatI (
gxNetShared As CGXNETCore,
value As Integer,
ByRef buff As String,
size As Integer,
width As Integer
)
Public Shared Sub IFormatI (
gxNetShared As CGXNETCore,
value As Integer,
ByRef buff As String,
size As Integer,
width As Integer
)
public:
static void IFormatI(
CGXNETCore^ gxNetShared,
int value,
String^% buff,
int size,
int width
)
public:
static void IFormatI(
CGXNETCore^ gxNetShared,
int value,
String^% buff,
int size,
int width
)
static member IFormatI :
gxNetShared : CGXNETCore *
value : int *
buff : string byref *
size : int *
width : int -> unit
static member IFormatI :
gxNetShared : CGXNETCore *
value : int *
buff : string byref *
size : int *
width : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - value
- Type: SystemInt32
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