NumberCultureSource Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the culture for numbers in a text run is determined.
public enum class NumberCultureSource
public enum NumberCultureSource
type NumberCultureSource =
Public Enum NumberCultureSource
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Default. Number culture is derived from the value of the CultureInfo property, which is the culture of the text run. In markup, this is represented by the |
User | 1 | Number culture is derived from the culture value of the current thread, which by default is the user default culture. |
Override | 2 | Number culture is derived from the CultureOverride property. |
Remarks
The NumberSubstitution class uses the enumerated values of the NumberCultureSource class to determine how numbers are displayed.