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