Proprietà NumberFormatAttribute.FormatString

Ottiene la stringa di formato del numero per l'oggetto NumberFormatAttribute corrente.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property FormatString As String
    Get
public string FormatString { get; }
public:
property String^ FormatString {
    String^ get ();
}
member FormatString : string
function get FormatString () : String

Valore proprietà

Tipo: System.String
Stringa di formato del numero per l'oggetto NumberFormatAttribute corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberFormatAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing