Open sandboxFocus

Method FormatString

FormatString(string, object[])

Formats a string. An implementation would typically invoke Format(string, params object[]).

Declaration
public virtual string FormatString(string format, object[] arguments)
Parameters
Type Name Description
string format

Formatting string. Typically (but not necessarily) the string returned by GetMessage(string).

object[] arguments

Arguments.

Returns
Type Description
string

The formatted string.