Property.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 Overridable ReadOnly Property Converter As TypeConverter
public virtual TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
TypeConverter^ get ();
}
public function get Converter () : TypeConverter
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace