Click or drag to resize

BaseDataFrameParse Method

Parse the input given and populate the fields in this object

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
)

Parameters

input
Type: SystemString
Input to parse
See Also