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