Click or drag to resize

TextWriterMessageServiceShowWarningFormatted Method

Shows a warning message. formatstring is first passed through the StringParser, then through Format(String, Object), using the formatitems as arguments.

Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowWarningFormatted(
	string formatstring,
	params Object[] formatitems
)

Parameters

formatstring  String
The resource or format string.
formatitems  Object
The format arguments.

Implements

IMessageServiceShowWarningFormatted(String, Object)
See Also