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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.