Click or drag to resize
CSTRIStrcat Method (CGXNETCore, String, String)
This method contatinates a string.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void IStrcat(
	CGXNETCore gxNetShared,
	ref string dest,
	string orig
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dest
Type: SystemString
Destination String
orig
Type: SystemString
String to add
See Also