XmlDataFramegetColumnForIndexAsMatlabString Method (String, Int32, String, String) |
Return a whole column of dataitem values for the given index in a string formatted for matlab parsing. Not recommended for toolkit use
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string getColumnForIndexAsMatlabString(
string index,
int columnIndex,
string separator,
string surrounder
)
Public Function getColumnForIndexAsMatlabString (
index As String,
columnIndex As Integer,
separator As String,
surrounder As String
) As String
public:
String^ getColumnForIndexAsMatlabString(
String^ index,
int columnIndex,
String^ separator,
String^ surrounder
)
member getColumnForIndexAsMatlabString :
index : string *
columnIndex : int *
separator : string *
surrounder : string -> string
Parameters
- index
- Type: SystemString
- columnIndex
- Type: SystemInt32
- separator
- Type: SystemString
- surrounder
- Type: SystemString
Return Value
Type:
String
See Also