Skip to main content

IOutput.WriteFormatLine Method

Namespace: NextDesign.Desktop

Description

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

Arguments

NameTypeDescription
categorystringCategory

Cannot be null.
formatstringFormat string

Cannot be null.

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

null cannot be specified.

Return value

  • void

Exceptions

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