Version

NumberFormatSpecifier Class Members

The following tables list the members exposed by NumberFormatSpecifier.

Public Constructors
 NameDescription
Public ConstructorNumberFormatSpecifier ConstructorInitializes a new NumberFormatSpecifier.  
Public Properties
Public Methods
 NameDescription
Public MethodResetOverridden. Resets all the properties to their default values  
Public MethodResetLocaleResets the Locale property to its default value.  
Public MethodResetMaximumFractionDigitsResets the MaximumFractionDigits property to its default value.  
Public MethodResetMinimumFractionDigitsResets the MinimumFractionDigits property to its default value.  
Public MethodResetMinimumIntegerDigitsResets the MinimumIntegerDigits property to its default value.  
Public MethodResetNotationResets the Notation property to its default value.  
Public MethodResetSignDisplayResets the SignDisplay property to its default value.  
Public MethodResetStyleResets the Style property to its default value.  
Public MethodResetUseGroupingResets the UseGrouping property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeLocaleIndicates if the Locale property needs to be serialized.  
Protected MethodShouldSerializeMaximumFractionDigitsIndicates if the MaximumFractionDigits property needs to be serialized.  
Protected MethodShouldSerializeMinimumFractionDigitsIndicates if the MinimumFractionDigits property needs to be serialized.  
Protected MethodShouldSerializeMinimumIntegerDigitsIndicates if the MinimumIntegerDigits property needs to be serialized.  
Protected MethodShouldSerializeNotationIndicates if the Notation property needs to be serialized.  
Protected MethodShouldSerializeSignDisplayIndicates if the SignDisplay property needs to be serialized.  
Protected MethodShouldSerializeStyleIndicates if the Style property needs to be serialized.  
Protected MethodShouldSerializeUseGroupingIndicates if the UseGrouping property needs to be serialized.  
See Also