Click or drag to resize

DataFrameParse Method (String, String)

Parse the dataframe

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public virtual void Parse(
	string input,
	string indexColumnString
)

Parameters

input
Type: SystemString
Input to parse
indexColumnString
Type: SystemString
Name of column to use for indexing, if one is found
See Also