Click or drag to resize
CLSTIConvertToCSVString Method (String, Int32)
Load a string with names from a LST.

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

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

Parameters

buff
Type: SystemString
Buffer to add items to
size
Type: SystemInt32
Size of buffer
See Also