Click or drag to resize
CLSTConvertFromCSVString Method
Load a LST with items from a string.

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
Items in the input buffer must be separated with commas. Both the Name and Value in the list are set to the item.
Syntax
public void ConvertFromCSVString(
	string buff
)

Parameters

buff
Type: SystemString
Comma separated items
See Also