Click or drag to resize
CSTRIStrcat Method
This method contatinates a string.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void IStrcat(
	ref string str1,
	string str2
)

Parameters

str1
Type: SystemString
Destination String
str2
Type: SystemString
String to add
See Also