XmlDataFramegetColumnForIndexAsMatlabString Method (Int32, String, String) |
Method used by FactSetOnDemand MATLAB integration, 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(
int columnIndex,
string separator,
string surrounder
)
Public Function getColumnForIndexAsMatlabString (
columnIndex As Integer,
separator As String,
surrounder As String
) As String
public:
String^ getColumnForIndexAsMatlabString(
int columnIndex,
String^ separator,
String^ surrounder
)
member getColumnForIndexAsMatlabString :
columnIndex : int *
separator : string *
surrounder : string -> string
Parameters
- columnIndex
- Type: SystemInt32
- separator
- Type: SystemString
- surrounder
- Type: SystemString
Return Value
Type:
String
See Also