Click or drag to resize

DataFrameParse Method (String, ListString)

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,
	List<string> candidates
)

Parameters

input
Type: SystemString
Input to parse
candidates
Type: System.Collections.GenericListString
Column candidates to use for indexing, by priority.
See Also