RegisterTypeConverter<TType>(Type) Method
Registers a type converter at runtime.
Namespace
Statiq.Common
Containing Type
TypeHelper

Syntax

public static void RegisterTypeConverter<TType>(Type typeConverterType)

Type Parameters

Name Description
TType The type the converter applies to.

Parameters

Name Type Description
typeConverterType Type The type of the type converter (should be a TypeConverter).