Click or drag to resize

CREGMatchString Method (String, String, Int32)

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,
	int length
)

public void MatchString(
	string parm,
	ref string data,
	int length
)

Parameters

parm
Type: SystemString
String to Replace
data
Type: SystemString
Output Buffer
length
Type: SystemInt32
Size of the Output Buffer
See Also