PSObjectTypeDescriptor.GetConverter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a type converter for this object.
public:
override System::ComponentModel::TypeConverter ^ GetConverter();
public override System.ComponentModel.TypeConverter GetConverter ();
override this.GetConverter : unit -> System.ComponentModel.TypeConverter
Public Overrides Function GetConverter () As TypeConverter
Returns
A TypeConverter that is the converter for this object, or a null reference (Nothing in Visual Basic) if there is no TypeConverter for this object.