 | CSTRPrintf Method (String, Int32, String) |
Variable Argument PrintF function
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Printf(
ref string dest,
int size,
string mask
)
public static void Printf(
ref string dest,
int size,
string mask
)
Public Shared Sub Printf (
ByRef dest As String,
size As Integer,
mask As String
)
Public Shared Sub Printf (
ByRef dest As String,
size As Integer,
mask As String
)
public:
static void Printf(
String^% dest,
int size,
String^ mask
)
public:
static void Printf(
String^% dest,
int size,
String^ mask
)
static member Printf :
dest : string byref *
size : int *
mask : string -> unit
static member Printf :
dest : string byref *
size : int *
mask : string -> unit
Parameters
- dest
- Type: SystemString
Destination string - size
- Type: SystemInt32
Size of the destination string - mask
- Type: SystemString
Pattern string
See Also