Click or drag to resize
CSTRIReplaceiMatchString Method
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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	ref string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
Destination String
str2
Type: SystemString
match string to replace
str3
Type: SystemString
replacement string
See Also