Click or drag to resize

CSTRReplaceMultiChar Method

Replaces multiple characters in a string.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ReplaceMultiChar(
	CGXNETCore gxNetShared,
	ref string istr,
	string old,
	string new_char
)

public static void ReplaceMultiChar(
	CGXNETCore gxNetShared,
	ref string istr,
	string old,
	string new_char
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
istr
Type: SystemString
String to modify
old
Type: SystemString
Characters to replace
new_char
Type: SystemString
Replacement characters
Remarks
The number of characters to replace must equal the number of replacement characters.
See Also