 | CSTRIStrcat Method (String, String) |
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
)
public static void IStrcat(
ref string dest,
string orig
)
Public Shared Sub IStrcat (
ByRef dest As String,
orig As String
)
Public Shared Sub IStrcat (
ByRef dest As String,
orig As String
)
public:
static void IStrcat(
String^% dest,
String^ orig
)
public:
static void IStrcat(
String^% dest,
String^ orig
)
static member IStrcat :
dest : string byref *
orig : string -> unit
static member IStrcat :
dest : string byref *
orig : string -> unit
Parameters
- dest
- Type: SystemString
Destination String - orig
- Type: SystemString
String to add
See Also