Binding.FormatString Proprietà

Definizione

Ottiene o imposta i caratteri dell'identificatore di formato che indicano la modalità di visualizzazione di un valore.

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

Valore della proprietà

Stringa di caratteri dell'identificatore di formato che indicano la modalità di visualizzazione di un valore.

Commenti

La stringa di formato usata deve seguire le specifiche di formato standard .NET Framework. Per altre informazioni, vedere Formatting Types in the .NET Framework.

Si applica a