[This is preliminary documentation and is subject to change.]
A collection of Type converter instances that can be used for converting native types
to the value represented in SIF XML documents
| C# | Visual Basic | Visual C++ |
public class SifTypeConverters
Public Class SifTypeConverters
public ref class SifTypeConverters
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| SifTypeConvertersSifTypeConvertersNew()() | ||
| BOOLEAN |
A type converter that can convert SIF bool XML values or .Net bool?
values to a SIFSimpleType
| |
| DATE |
A type converter that can convert SIF date XML values or .Net DateTime?
values representing a date to a SIFSimpleType
| |
| DATETIME |
A type converter that can convert SIF datetime XML values or .Net DateTime?
values representing a date time to a SIFSimpleType
| |
| DECIMAL |
A type converter that can convert SIF decimal XML values or .Net decimal?
values to a SIFSimpleType
| |
| DURATION |
A type converter that can convert SIF duration XML values or .Net TimeSpan?
values to a SIFSimpleType
| |
| INT |
A type converter that can convert SIF int XML values or .Net int?
values to a SIFSimpleType
| |
| STRING |
A type converter that can convert SIF String, Token, or normalizedString
XML values or .Net String values values to a SIFSimpleType
| |
| TIME |
A type converter that can convert SIF time XML values to .Net DateTime?
values representing a time to a SIFSimpleType
|
| Object | |
| SifTypeConverters | |