MessageServiceShowMessageFormatted(String, Object) Method |
Shows a formatted informational message.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ShowMessageFormatted(
string formatstring,
params Object[] formatitems
)
Parameters
- formatstring String
- The resource or format string.
- formatitems Object
- The format arguments.
See Also