Click or drag to resize
CSTRReplaceMultiChar Method
Replaces multiple characters in a string.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The number of characters to replace must equal the number of replacement characters.
Syntax
public static void ReplaceMultiChar(
	ref string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
string to modify
str2
Type: SystemString
characters to replace
str3
Type: SystemString
replacement characters
See Also