Click or drag to resize

CLSTIConvertToCSVString Method (String, Int32)

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,
	int size
)

public void IConvertToCSVString(
	ref string buff,
	int size
)

Parameters

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