[This is preliminary documentation and is subject to change.]
Parses the given XML string value into a SIFSimpleType instance
| C# | Visual Basic | Visual 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
- formatter (SifFormatter)
- the formatter to use for the specific version of SIF being parsed
- xmlValue (String)
- The XML string value
A SIFSimpleType instance
| Exception | Condition |
|---|---|
| AdkParsingException | thrown if the value cannot be parsed |