Click or drag to resize
FormatMessageHandler Delegate

[This is preliminary documentation and is subject to change.]

Format message delegate.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public delegate string FormatMessageHandler(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
Message format.
args
Type: SystemObject
Message format arguments.

Return Value

Type: String
Formatted message.
See Also