SIFWorks ADK 2.0
Parse Method (formatter, xmlValue)
NamespacesEdustructures.SifWorksSifTypeConverter<(Of <T>)>Parse(SifFormatter, String)

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

Parses the given XML string value into a SIFSimpleType instance
Declaration Syntax
C#Visual BasicVisual C++
public abstract SifSimpleType Parse(
	SifFormatter formatter,
	string xmlValue
)
Public MustOverride Function Parse ( _
	formatter As SifFormatter, _
	xmlValue As String _
) As SifSimpleType
public:
virtual SifSimpleType^ Parse (
	SifFormatter^ formatter, 
	String^ xmlValue
) abstract
Parameters
formatter (SifFormatter)
the formatter to use for the specific version of SIF being parsed
xmlValue (String)
The XML string value
Return Value
A SIFSimpleType instance
Exceptions
ExceptionCondition
AdkParsingExceptionthrown if the value cannot be parsed

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