Registers a type converter at runtime.
- Namespace
- Statiq
.Common - Containing Type
- TypeHelper
Syntax
public static void RegisterTypeConverter(Type type, Type typeConverterType)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type the converter applies to. |
| typeConverterType | Type | The type of the type converter (should be a TypeConverter). |