NumberFormatAttribute.FormatString-Eigenschaft

Ruft die Zahlenformatierungszeichenfolge für das aktuelle NumberFormatAttribute ab.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: System.String
Die Zahlenformatierungszeichenfolge für das aktuelle NumberFormatAttribute.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberFormatAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace