OptionFormattingUtilities.Format(Object, Object, String) 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 une paire clé-valeur à l’aide du format par défaut
public static string Format (object key, object value, string formatting = default);
static member Format : obj * obj * string -> string
Public Shared Function Format (key As Object, value As Object, Optional formatting As String = Nothing) As String
Paramètres
- key
- Object
Clé.
- value
- Object
La valeur.
- formatting
- String
Chaîne de format.
Retours
Paire clé-valeur mise en forme.