SIFWorks ADK 2.0
ToString Method (formatter, value)
NamespacesEdustructures.SifWorksSifTypeConverter<(Of <T>)>ToString(SifFormatter, AdkDataType<(Of <T>)>)

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

Converts the given SIFSimpleType instance to an XML string value
Declaration Syntax
C#Visual BasicVisual 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
Parameters
formatter (SifFormatter)
The formatter to sue for the current version of SIF being written to
value (AdkDataType<(Of <T>)>)
The value to write
Return Value
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/

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