 | CSTRIStrins Method (CGXNETCore, String, Int32, String) |
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
Syntaxpublic static void IStrins(
CGXNETCore gxNetShared,
ref string dest,
int ins,
string orig
)
public static void IStrins(
CGXNETCore gxNetShared,
ref string dest,
int ins,
string orig
)
Public Shared Sub IStrins (
gxNetShared As CGXNETCore,
ByRef dest As String,
ins As Integer,
orig As String
)
Public Shared Sub IStrins (
gxNetShared As CGXNETCore,
ByRef dest As String,
ins As Integer,
orig As String
)
public:
static void IStrins(
CGXNETCore^ gxNetShared,
String^% dest,
int ins,
String^ orig
)
public:
static void IStrins(
CGXNETCore^ gxNetShared,
String^% dest,
int ins,
String^ orig
)
static member IStrins :
gxNetShared : CGXNETCore *
dest : string byref *
ins : int *
orig : string -> unit
static member IStrins :
gxNetShared : CGXNETCore *
dest : string byref *
ins : int *
orig : string -> unit
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
Remarks
If the specified position does not fall within the current string
the source string will simply be Concatenated.
See Also