Method GetConverter
GetConverter(Type)
Gets the appropriate type converter for the specified type.
public static TypeConverter GetConverter(Type type)
Parameters
type
TypeThe type to get the converter for.
Returns
- TypeConverter
The type converter.