Method GetPortConverter
GetPortConverter(Type, Type)
Get the port converter type from a source and target type.
Declaration
public static Type GetPortConverter(Type fromType, Type toType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | fromType | Source type |
| Type | toType | Target type |
Returns
| Type | Description |
|---|---|
| Type | The type of the port converter(if it exists) for the two port types. |