Click or drag to resize

CSTRIStrcpy Method (String, String)

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
)

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

Parameters

dest
Type: SystemString
Destination string
orig
Type: SystemString
Origin string
See Also