Click or drag to resize

CSTRIStrins Method (CGXNETCore, String, Int32, String, Int32)

This method inserts a string at a specified position.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IStrins(
	CGXNETCore gxNetShared,
	ref string dest,
	int ins,
	string orig,
	int size
)

public static void IStrins(
	CGXNETCore gxNetShared,
	ref string dest,
	int ins,
	string orig,
	int size
)

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
size
Type: SystemInt32
Size of the Destination String
Remarks
If the specified position does not fall within the current string the source string will simply be Concatenated.
See Also