System.ComponentModel.DebugTypeDescriptor.GetConverter C# (CSharp) Method

GetConverter() public static method

public static GetConverter ( Type type ) : TypeConverter
type System.Type
return TypeConverter
        public static TypeConverter GetConverter(Type type) {
            return GetEntry(null, type).GetConverter();
        }

Same methods

DebugTypeDescriptor::GetConverter ( object component ) : TypeConverter
DebugTypeDescriptor::GetConverter ( object component, bool noCustomTypeDesc ) : TypeConverter