Binding.FormatString Vlastnost

Definice

Získá nebo nastaví specifikátor formátu znaků, které označují způsob zobrazení hodnoty.

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

Hodnota vlastnosti

Řetězec specifikátoru formátu, který určuje, jak se má hodnota zobrazit.

Poznámky

Použitý formátovací řetězec by měl odpovídat standardním specifikacím formátu .NET Framework. Další informace naleznete v tématu Formatting Types in the .NET Framework.

Platí pro