FormattableString(String, Object) Constructor

Initializes a new instance of the FormattableString class.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FormattableString(
	string format,
	params Object[] args
)

Parameters

format  String
A composite format string.
args  Object
An object array that contains the objects to format.

See Also