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