 | CSTRIFormatI Method (Int32, String, Int32) |
Convert a GX int to a string.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IFormatI(
int value,
ref string buff,
int width
)
public static void IFormatI(
int value,
ref string buff,
int width
)
Public Shared Sub IFormatI (
value As Integer,
ByRef buff As String,
width As Integer
)
Public Shared Sub IFormatI (
value As Integer,
ByRef buff As String,
width As Integer
)
public:
static void IFormatI(
int value,
String^% buff,
int width
)
public:
static void IFormatI(
int value,
String^% buff,
int width
)
static member IFormatI :
value : int *
buff : string byref *
width : int -> unit
static member IFormatI :
value : int *
buff : string byref *
width : int -> unit
Parameters
- value
- Type: SystemInt32
Value to format - buff
- Type: SystemString
Resulting string - width
- Type: SystemInt32
Width of the field
See Also