Click or drag to resize
Akka.NETILogMessageFormatterFormat 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
)

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: String
The given string that has been correctly formatted.
See Also