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)
Syntaxpublic virtual void Parse(
string input,
List<string> candidates
)
Public Overridable Sub Parse (
input As String,
candidates As List(Of String)
)
public:
virtual void Parse(
String^ input,
List<String^>^ candidates
)
abstract Parse :
input : string *
candidates : List<string> -> unit
override Parse :
input : string *
candidates : List<string> -> unit
Parameters
- input
- Type: SystemString
Input to parse - candidates
- Type: System.Collections.GenericListString
Column candidates to use for indexing, by priority.
See Also