Click or drag to resize
CLSTIConvertToCSVString Method
Load a string with names from a LST.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The list name values are put into a string, items separated by commas.
Syntax
public void IConvertToCSVString(
	ref string str1
)

Parameters

str1
Type: SystemString
Buffer to add items to
See Also