 | 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
Syntaxpublic void ConvertFromCSVString(
string buff
)
public void ConvertFromCSVString(
string buff
)
Public Sub ConvertFromCSVString (
buff As String
)
Public Sub ConvertFromCSVString (
buff As String
)
public:
void ConvertFromCSVString(
String^ buff
)
public:
void ConvertFromCSVString(
String^ buff
)
member ConvertFromCSVString :
buff : string -> unit
member ConvertFromCSVString :
buff : string -> unit
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