Share via


NumberFormatAttribute.FormatString Property

Gets the number format string for the current NumberFormatAttribute.

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

Property Value

Type: System.String
The number format string for the current NumberFormatAttribute.

.NET Framework Security

See Also

Reference

NumberFormatAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace