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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.