Click or drag to resize
CSTRIStrins Method (CGXNETCore, String, Int32, String)
This method inserts a string at a specified position.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the specified position does not fall within the current string the source string will simply be Concatenated.
Syntax
public static void IStrins(
	CGXNETCore gxNetShared,
	ref string dest,
	int ins,
	string orig
)

Parameters

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