Click or drag to resize

CLSTConvertFromCSVString Method

Load a LST with items from a string.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ConvertFromCSVString(
	string buff
)

public void ConvertFromCSVString(
	string buff
)

Parameters

buff
Type: SystemString
Comma separated items
Remarks
Items in the input buffer must be separated with commas. Both the Name and Value in the list are set to the item.
See Also