Click or drag to resize

CLSTIConvertToCSVString Method (String)

Load a string with names from a LST.

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

public void IConvertToCSVString(
	ref string buff
)

Parameters

buff
Type: SystemString
Buffer to add items to
Remarks
The list name values are put into a string, items separated by commas.
See Also