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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 str1
)

Parameters

str1
Type: SystemString
Comma separated items
See Also