Click or drag to resize

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
Syntax
public static void IStrcpy(
	ref string dest,
	string orig,
	int size
)

public static void IStrcpy(
	ref string dest,
	string orig,
	int size
)

Parameters

dest
Type: SystemString
Destination string
orig
Type: SystemString
Origin string
size
Type: SystemInt32
Size of the destination string
See Also