Method PortConverterKeyFromTypes
PortConverterKeyFromTypes(Type, Type)
Print out two different port types into a nice string.
Declaration
public static string PortConverterKeyFromTypes(Type fromType, Type toType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | fromType | Source PortType |
| Type | toType | Target PortType |
Returns
| Type | Description |
|---|---|
| string | Nice string of the two port types. |