Click or drag to resize
CSTRIReplaceiMatchString Method (CGXNETCore, String, String, String)
Replaces all occurances of match string by replacement string with case insensitive.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the replacement string is "" (NULL character) then the string to replace is removed from the input string, and the string is shortened.
Syntax
public static void IReplaceiMatchString(
	CGXNETCore gxNetShared,
	ref string istr,
	string old,
	string new_str
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
istr
Type: SystemString
Destination String
old
Type: SystemString
Match string to replace
new_str
Type: SystemString
Replacement string
See Also