 | 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
Syntaxpublic void IConvertToCSVString(
ref string buff,
int size
)
public void IConvertToCSVString(
ref string buff,
int size
)
Public Sub IConvertToCSVString (
ByRef buff As String,
size As Integer
)
Public Sub IConvertToCSVString (
ByRef buff As String,
size As Integer
)
public:
void IConvertToCSVString(
String^% buff,
int size
)
public:
void IConvertToCSVString(
String^% buff,
int size
)
member IConvertToCSVString :
buff : string byref *
size : int -> unit
member IConvertToCSVString :
buff : string byref *
size : int -> unit
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