String.Formatted(Object[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met en forme cette chaîne en remplaçant les arguments fournis.
[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
Paramètres
- args
- Object[]
Arguments référencés par les spécificateurs de format de cette chaîne.
Retours
Chaîne mise en forme.
- Attributs
Remarques
Met en forme cette chaîne en remplaçant les arguments fournis.