NumberFormatAttribute.FormatString, propriété
Obtient la chaîne de format de nombre pour le NumberFormatAttributeactuel.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FormatString As String
Get
public string FormatString { get; }
public:
property String^ FormatString {
String^ get ();
}
member FormatString : string
function get FormatString () : String
Valeur de propriété
Type : System.String
Chaîne de format de nombre pour le NumberFormatAttributeactuel.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.