[This is preliminary documentation and is subject to change.]
Converts the given SIFSimpleType instance to an XML string value
| C# | Visual Basic | Visual C++ |
public abstract string ToString( SifFormatter formatter, AdkDataType<T> value )
Public MustOverride Function ToString ( _ formatter As SifFormatter, _ value As AdkDataType(Of T) _ ) As String
public: virtual String^ ToString ( SifFormatter^ formatter, AdkDataType<T>^ value ) abstract
- formatter (SifFormatter)
- The formatter to sue for the current version of SIF being written to
- value (AdkDataType<(Of <T>)>)
- The value to write
A string representing the XML payload used for the specified version
of SIF. All types are nullable in SIF, so the resulting value could be null/