Click or drag to resize
CSTRReplaceChar2 Method
Replaces characters in a string, supports simple removal.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the replacement character is "" (NULL character) then the character to replace is removed from the input string, and the string is shortened.
Syntax
public static void ReplaceChar2(
	ref string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
string to modify
str2
Type: SystemString
character to replace (first character only)
str3
Type: SystemString
replacement character (first character only)
See Also