Click or drag to resize

IMessageServiceShowWarningFormatted 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
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void ShowWarningFormatted(
	string formatstring,
	params Object[] formatitems
)

Parameters

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