BaseDataFramegetColumnAsMatlabString Method |
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 getColumnAsMatlabString(
int column,
string separator,
string surrounder
)
Public Function getColumnAsMatlabString (
column As Integer,
separator As String,
surrounder As String
) As String
public:
String^ getColumnAsMatlabString(
int column,
String^ separator,
String^ surrounder
)
member getColumnAsMatlabString :
column : int *
separator : string *
surrounder : string -> string
Parameters
- column
- Type: SystemInt32
- separator
- Type: SystemString
- surrounder
- Type: SystemString
Return Value
Type:
String
See Also