Click or drag to resize

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)
Syntax
public string getColumnForIndexAsMatlabString(
	string index,
	int columnIndex,
	string separator,
	string surrounder
)

Parameters

index
Type: SystemString
columnIndex
Type: SystemInt32
separator
Type: SystemString
surrounder
Type: SystemString

Return Value

Type: String
See Also