Click or drag to resize
CSYSIReplaceString Method (CGXNETCore, String, String, Int32, String)
Replace "% %" tokens in a string with parameter values

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string str_val,
	ref string output,
	int size,
	string group
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to filter replace
output
Type: SystemString
Output string
size
Type: SystemInt32
Output string length
group
Type: SystemString
Default group name
See Also