RegisterTypeConverter(Type, string) Method
Registers a type converter at runtime.
Namespace
Statiq.Common
Containing Type
TypeHelper

Syntax

public static void RegisterTypeConverter(Type type, string typeConverterTypeName)

Parameters

Name Type Description
type Type The type the converter applies to.
typeConverterTypeName string The type name of the type converter (should be a TypeConverter).