Click or drag to resize

CSTR.IStrins Method (String, Int32, String)

This method inserts a string at a specified position.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IStrins(
	ref string dest,
	int ins,
	string orig
)

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

Parameters

dest
Type: System.String
Destination String
ins
Type: System.Int32
Insert Position
orig
Type: System.String
String to add
Remarks
If the specified position does not fall within the current string the source string will simply be Concatenated.
See Also