Click or drag to resize
CSYSIReplaceString Method
Replace "% %" tokens in a string with parameter values

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 parameter does not exist, the token is removed. Full parameter names, such as "%group.name%", are used as-is. Partial parameter names, such as "%name%" will have the default group attached.
Syntax
public static void IReplaceString(
	string str1,
	ref string str2,
	string str3
)

Parameters

str1
Type: SystemString
String to filter replace
str2
Type: SystemString
Output string
str3
Type: SystemString
Default group name
See Also