Click or drag to resize
IFormatterFactoryCreateFormatter Method
Creates a formatter with the given name and parameters.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
Formatter CreateFormatter(
	string format,
	params string[] parameters
)

Parameters

format
Type: SystemString
The format name, which will be one of the formats returnes by GetFormats.
parameters
Type: SystemString
The parameters.

Return Value

Type: Formatter
a ready to use Formatter.
See Also