Click or drag to resize

UniversalTypeConverter Class

Defines the default type converter.
Inheritance Hierarchy
SystemObject
  TB.ComponentModelUniversalTypeConverter

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public static class UniversalTypeConverter

The UniversalTypeConverter type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConversions
Gets the list of conversions used by this converter.
Public propertyStatic memberDefaultCulture
Defines the culture which should be used for conversion by default. Returns CurrentCulture if not set or null.
Public propertyStatic memberNullValues
Gets the collection of return values for conversions that convert from null.
Public propertyStatic memberOptions
Gets the conversion options.
Public propertyStatic memberValueMappings
Gets the list of mappings of specific source values to specific return values. The list is implemented as 'Last In – First Out' (LIFO).
Top
See Also