StandardFormatter.StandardFormatter

StandardFormatter()

Initializes a new instance of the StandardFormatter class.

public StandardFormatter()

See Also


StandardFormatter(StringBuilder)

Initializes a new instance of the StandardFormatter class.

public StandardFormatter(StringBuilder headerText)
ParameterTypeDescription
headerTextStringBuilderThe header text.

See Also


StandardFormatter(string)

Initializes a new instance of the StandardFormatter class.

public StandardFormatter(string headerText)
ParameterTypeDescription
headerTextStringThe header text.

See Also