[This is preliminary documentation and is subject to change.]
The SIFFormatter used by default for backwards-compatible non-typed
APIs in the ADK, such as TextValue. The default
formatter used by the ADK is the SIF 1.x formatter for backwards compatibility.
If you are using the strongly-typed APIs, such as TextValue,
this setting has no effect.
| C# | Visual Basic | Visual C++ |
public static SifFormatter TextFormatter{ get; set;}
Public Shared Property TextFormatter As SifFormatter
public: static property SifFormatter^ TextFormatter { SifFormatter^ get (); void set (SifFormatter^ value); }
The default SIFFormatter used by the ADK is the formatter for SIF 1.5. This means that agents that were based on the 1.x version of the ADK will continue to get the SIF 1.x String version when calling an API that returns a string value from a SIF Element.