Click or drag to resize

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
Syntax
public 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
)

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