ListControl.FormatString Proprietà

Definizione

Ottiene o imposta i caratteri identificatori di formato che indicano come dovrà essere visualizzato 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à

String

Stringa di caratteri identificatori di formato che indicano come dovrà essere visualizzato un valore.

Commenti

La stringa di formato usata deve seguire le specifiche di formato standard .NET Framework. Per altre informazioni, vedere Formattazione dei tipi nella .NET Framework.

Si applica a