 | CSTRIStrcat Method (String, String, Int32) |
This method contatinates a string.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IStrcat(
ref string dest,
string orig,
int size
)
public static void IStrcat(
ref string dest,
string orig,
int size
)
Public Shared Sub IStrcat (
ByRef dest As String,
orig As String,
size As Integer
)
Public Shared Sub IStrcat (
ByRef dest As String,
orig As String,
size As Integer
)
public:
static void IStrcat(
String^% dest,
String^ orig,
int size
)
public:
static void IStrcat(
String^% dest,
String^ orig,
int size
)
static member IStrcat :
dest : string byref *
orig : string *
size : int -> unit
static member IStrcat :
dest : string byref *
orig : string *
size : int -> unit
Parameters
- dest
- Type: SystemString
Destination String - orig
- Type: SystemString
String to add - size
- Type: SystemInt32
Size of the Destination String
See Also