String.Formatted(Object[]) Method

Definition

Formats this string by substituting the supplied arguments.

[Android.Runtime.Register("formatted", "([Ljava/lang/Object;)Ljava/lang/String;", "", ApiSince=34)]
public string Formatted(params Java.Lang.Object[] args);
[<Android.Runtime.Register("formatted", "([Ljava/lang/Object;)Ljava/lang/String;", "", ApiSince=34)>]
member this.Formatted : Java.Lang.Object[] -> string

Parameters

args
Object[]

The arguments referenced by this string's format specifiers.

Returns

The formatted string.

Attributes

Remarks

Formats this string by substituting the supplied arguments.

Applies to