Click or drag to resize

TypeConverter Properties

The TypeConverter type exposes the following members.

Properties
  NameDescription
Public propertyConversions
Gets the list of conversions used by this converter.
Public propertyDefaultCulture
Defines the culture which should be used for conversion by default. Returns CurrentCulture if not set or null.
Public propertyNullValues
Gets the collection of return values for conversions that convert from null.
Public propertyOptions
Gets the conversion options.
Public propertyValueMappings
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