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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the input replacement character is "", then the string will be truncated at the first character to replace.
Syntax
public static void ReplaceChar(
	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