Spring.ValueConverters Namespace
Represents namespace Spring.ValueConverters
.
Name | Description | |
---|---|---|
TBooleanToIntegerConverter | Simply provides conversion routine between Boolean and Integer | |
TBooleanToStringConverter | Simply provides conversion routine between Boolean and string | |
TColorToStringConverter | Provides conversion routine between TColor and string | |
TCurrencyToStringConverter | Provides conversion routine between Currency and string | |
TDateTimeToStringConverter | Provides conversion routine between TDateTime and string | |
TDateToStringConverter | Provides conversion routine between TDate and string | |
TDefaultConverter | Represents type | |
TEnumToIntegerConverter | Provides conversion routine between enumeration and Integer | |
TEnumToStringConverter | Provides conversion routine between enumeration and string | |
TFloatToIntegerConverter | Provides conversion routine between float and Integer | |
TFloatToStringConverter | Provides conversion routine between float and string | |
TGUIDToStringConverter | Provides conversion routine between TGUID and string | |
TIntegerToBooleanConverter | Simply provides conversion routine between Integer and Boolean | |
TIntegerToEnumConverter | Provides conversion routine between Integer and enumeration | |
TIntegerToStringConverter | Simply provides conversion routine between Integer and string/UnicodeString | |
TInterfaceToInterfaceConverter | Provides conversion routine between Interface and Interface | |
TInterfaceToObjectConverter | Provides conversion routine between TObject and IInterface | |
TNullableToTypeConverter | Provides conversion routine between Nullable(T) and T | |
TObjectToClassConverter | Provides conversion routine between TObject and TClass | |
TObjectToInterfaceConverter | Provides conversion routine between TObject and IInterface | |
TObjectToStringConverter | Provides conversion routine between TObject and string | |
TSetToStringConverter | Provides conversion routine between set and string | |
TStringToBooleanConverter | Simply provides conversion routine between string and Boolean | |
TStringToColorConverter | Provides conversion routine between string and TColor | |
TStringToCurrencyConverter | Provides conversion routine between string and Currency | |
TStringToDateConverter | Provides conversion routine between string and TDate | |
TStringToDateTimeConverter | Provides conversion routine between string and TDateTime | |
TStringToEnumConverter | Provides conversion routine between string and enumeration | |
TStringToFloatConverter | Provides conversion routine between string and float | |
TStringToGUIDConverter | Provides conversion routine between string and TGUID | |
TStringToIntegerConverter | Simply provides conversion routine between string and Integer | |
TStringToSetConverter | Provides conversion routine between string and enumeration | |
TStringToTimeConverter | Provides conversion routine between string and TTime | |
TStringToWStringConverter | Provides conversion routine between UnicodeString and WideString | |
TTimeToStringConverter | Provides conversion routine between TTime and string | |
TTypeToNullableConverter | Provides conversion routine between T and Nullable(T) | |
TValueConverter | Base abstract class provides DefaultConverter as an entry point to the user side | |
TValueConverterFactory | Factory class that brings to live converter which are registered within global converter registry scope | |
TWStringToStringConverter | Provides conversion routine between UnicodeString and WideString |
Name | Description | |
---|---|---|
TValueConverterFactory.TConvertedTypeInfo | TypeInfo, TypeKinds registry structure | |
TValueConverterFactory.TTypeMapping<TSource,TTarget> | Represents type |
Name | Description | |
---|---|---|
IValueConverter | Base value converter interface |
Name | Description | |
---|---|---|
TConverterClass | Represents type |
Name | Description | |
---|---|---|
RaiseConvertError(PTypeInfo,PTypeInfo) | Represents method | |
SameTypeInfo(PTypeInfo,PTypeInfo) | Represents method |