| ILogMessageFormatterFormat Method |
Formats a specified composite string using an optional list of item substitutions.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax string Format(
string format,
params Object[] args
)
abstract Format :
format : string *
args : Object[] -> string
Parameters
- format
- Type: SystemString
The string that is being formatted. - args
- Type: SystemObject
An optional list of items used to format the string.
Return Value
Type:
StringThe given string that has been correctly formatted.
See Also