Click or drag to resize

FormatterAdd Method

Adds a new custom formatter to the collection

Namespace:  Cauldron.Formatters
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void Add(
	ICustomFormatter customFormatter
)

Parameters

customFormatter
Type: SystemICustomFormatter
See Also