Table of Contents

Method GetConverter

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetConverter(Type)

Gets the appropriate type converter for the specified type.

public static TypeConverter GetConverter(Type type)

Parameters

type Type

The type to get the converter for.

Returns

TypeConverter

The type converter.