TypeNameProperty.Converter Property
Converter that should be used to convert value to and from a string representation.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Converter As TypeConverter
public override TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
TypeConverter^ get () override;
}
public override function get Converter () : TypeConverter
Field Value
Returns a converter that will convert a Type to its short type name for display purposes.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace