Click or drag to resize
CDBGenValidLineSymb Method
Generate a valid line symb name string from given string.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The returned name is either the same size as the input or shorter. Escapes, leading and trailing spaces are removed, then all illegal characters are replaced with an underscore.
Syntax
public static void GenValidLineSymb(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
Input string
str2
Type: SystemString
Outout string
See Also