PostSharpAPI ReferencePost­Sharp.​Patterns.​UtilitiesLocalized­Text­ProviderFormat­String
Open sandboxFocus

LocalizedTextProvider.FormatString Method

FormatString(String, Object[])

Formats a string. An implementation would typically invoke System.String.Format(System.String,System.Object[]).

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

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

Object[] arguments

Arguments.

Returns
Type Description
System.String

The formatted string.