SIFWorks ADK 2.0
ParseField Method (parent, id, formatter, xmlValue)
NamespacesEdustructures.SifWorksSifTypeConverter<(Of <T>)>ParseField(SifElement, IElementDef, SifFormatter, String)

[This is preliminary documentation and is subject to change.]

Parses the XML string value and returns the proper SimpleField instance to hold the element value
Declaration Syntax
C#Visual BasicVisual C++
public SimpleField ParseField(
	SifElement parent,
	IElementDef id,
	SifFormatter formatter,
	string xmlValue
)
Public Function ParseField ( _
	parent As SifElement, _
	id As IElementDef, _
	formatter As SifFormatter, _
	xmlValue As String _
) As SimpleField
public:
virtual SimpleField^ ParseField (
	SifElement^ parent, 
	IElementDef^ id, 
	SifFormatter^ formatter, 
	String^ xmlValue
) sealed
Parameters
parent (SifElement)
The parent SIFElement of this field
id (IElementDef)
The metadata definition of the field
formatter (SifFormatter)
The formatter to use for the specific version of SIF being parsed
xmlValue (String)
A string representing the XML payload being used for this version of SIF
Return Value
A simple field initialized with the proper value
Exceptions
ExceptionCondition
AdkParsingExceptionthrown if the value cannot be parsed according to the formatting rules for this version of SIF

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10