Click or drag to resize

CREGMatchString Method (String, String)

Replace a string with reg settings.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void MatchString(
	string parm,
	ref string data
)

public void MatchString(
	string parm,
	ref string data
)

Parameters

parm
Type: SystemString
String to Replace
data
Type: SystemString
Output Buffer
See Also