String.Formatted(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.