Parses the specified text to the value of the specified data object.

Namespace: Dapfor.Net.Formats
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
void Parse(
	string text,
	IDataField dataField
)
Visual Basic
Sub Parse ( 
	text As String,
	dataField As IDataField
)
Visual C++
void Parse(
	String^ text, 
	IDataField^ dataField
)
F#
abstract Parse : 
        text : string * 
        dataField : IDataField -> unit 

Parameters

text
Type: System..::..String
The text to be parsed.
dataField
Type: Dapfor.Net.Data..::..IDataField
The data field.

See Also