Click or drag to resize
CSTRIStrins Method
This method inserts a string at a specified position.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	ref string str1,
	int i2,
	string str3
)

Parameters

str1
Type: SystemString
Destination String
i2
Type: SystemInt32
Insert Position
str3
Type: SystemString
String to add
See Also