Skip to main content

IOutput.WriteFormatLine method

Namespace: NextDesign.Desktop

Description

Adds a string in the specified format to the specified category of output.
Note that replacement of format strings conforms to String.Format of C#.

argument

NameTypeDescription
categorystringCategory

Cannot be null.
formatstringFormat string

Cannot be null.

Replaces the range of replacers (such as "0") in the string with the string representation of the object given by parameter and outputs it.
parameterobject[]Array of replacement objects

Cannot be null.

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for category, format, or parameter