This documentation is archived and is not being maintained.
ICustomTypeDescriptor.GetConverter Method
.NET Framework 1.1
Returns a type converter for this object.
[Visual Basic] Function GetConverter() As TypeConverter [C#] TypeConverter GetConverter(); [C++] TypeConverter* GetConverter(); [JScript] function GetConverter() : TypeConverter;
Return Value
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.
Remarks
If a null reference (Nothing in Visual Basic) is returned, use the default TypeConverter.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor | TypeDescriptor | TypeConverter
Show: