Binding.FormatString Propriété

Définition

Obtient ou définit les caractères spécificateurs de format qui indiquent comment une valeur doit s'afficher.

public:
 property System::String ^ FormatString { System::String ^ get(); void set(System::String ^ value); };
public string FormatString { get; set; }
member this.FormatString : string with get, set
Public Property FormatString As String

Valeur de propriété

String

Chaîne de caractères spécificateurs de format qui indiquent comment une valeur doit s'afficher.

Remarques

La chaîne de format utilisée doit suivre les spécifications de format standard .NET Framework. Pour plus d’informations, consultez Types de mise en forme dans le .NET Framework.

S’applique à