Click or drag to resize
CSTRISubstr Method (CGXNETCore, String, String, Int32, Int32)
Extract part of a string.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The destination string length will be less than the requested length if the substring is not fully enclosed in the origin string.
Syntax
public static void ISubstr(
	CGXNETCore gxNetShared,
	ref string dest,
	string orig,
	int start,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dest
Type: SystemString
Destination string
orig
Type: SystemString
Origin string
start
Type: SystemInt32
Start location
length
Type: SystemInt32
Number of characters
See Also