Edit

Share via


StringExtensions.AsFormat(String, Object[]) Method

Definition

Provide better linking for resourced strings.

public static string AsFormat(this string format, params object[] args);
static member AsFormat : string * obj[] -> string
<Extension()>
Public Function AsFormat (format As String, ParamArray args As Object()) As String

Parameters

format
String

The format of the string being linked.

args
Object[]

The object which will receive the linked String.

Returns

Truncated string.

Applies to