IOutput.WriteFormatLine method ¶
Namespace: NextDesign.Desktop
Description¶
Adds a string in the specified format to the specified category of output. Note that the replacement of the format string complies with String.Format of C#.
argument¶
| Name | Type | Description |
|---|---|---|
| category | string | Category null cannot be specified. |
| format | string | The format string null cannot be specified. Replaces the range of the substitute ("{0}", etc.) in the character string with the character string representation of the object given by parameter and outputs it. |
| parameter | object [] | array of replacement objects |
Return value¶
- void
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | category, or when null is specified for format |