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
Name | Type | Description |
---|---|---|
category | string | Category Cannot be null. |
format | string | Format 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. |
parameter | object[] | Array of replacement objects Cannot be null. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for category, format, or parameter |