Partager via


NumberFormatAttribute, constructeur (String, Nullable<Int32>, Nullable<Double>)

Initialise une nouvelle instance de la classe NumberFormatAttribute avec la chaîne de format, la précision et l'échelle spécifiées.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    formatString As String, _
    maxPrecision As Nullable(Of Integer), _
    scale As Nullable(Of Double) _
)
public NumberFormatAttribute(
    string formatString,
    Nullable<int> maxPrecision,
    Nullable<double> scale
)
public:
NumberFormatAttribute(
    String^ formatString, 
    Nullable<int> maxPrecision, 
    Nullable<double> scale
)
new : 
        formatString:string * 
        maxPrecision:Nullable<int> * 
        scale:Nullable<float> -> NumberFormatAttribute
public function NumberFormatAttribute(
    formatString : String, 
    maxPrecision : Nullable<int>, 
    scale : Nullable<double>
)

Paramètres

  • formatString
    Type : System.String
    Chaîne de format de nombre.
  • maxPrecision
    Type : System.Nullable<Int32>
    Entier qui représente le nombre maximum de décimales gérées par l'éditeur de nombres.

Sécurité .NET Framework

Voir aussi

Référence

NumberFormatAttribute Classe

NumberFormatAttribute, surcharge

Microsoft.Windows.Design.PropertyEditing, espace de noms