Compartilhar via


Propriedade NumberFormatAttribute.FormatString

Obtém a seqüência de formato de número para a atual NumberFormatAttribute.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A seqüência de formato de número para a atual NumberFormatAttribute.

Segurança do .NET Framework

Consulte também

Referência

NumberFormatAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing