NumberFormatAttribute Class

Definition

public ref class NumberFormatAttribute sealed : Attribute, Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::IIndexableAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class NumberFormatAttribute : Attribute, Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.IIndexableAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type NumberFormatAttribute = class
    inherit Attribute
    interface IIndexableAttribute
Public NotInheritable Class NumberFormatAttribute
Inherits Attribute
Implements IIndexableAttribute
Inheritance
NumberFormatAttribute
Attributes
Implements

Constructors

NumberFormatAttribute()
NumberFormatAttribute(KeyAttributePair<NumberFormatAttribute>[])
NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>)
NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>, KeyAttributePair<NumberFormatAttribute>[])

Properties

FormatString
Item[String]
Keys
MaxPrecision
Scale

Methods

Equals(Object)
GetHashCode()

Applies to