CurrencySpacing 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.
public enum CurrencySpacing
type CurrencySpacing =
- Inheritance
-
CurrencySpacing
Fields
| Name | Value | Description |
|---|---|---|
| CurrencyMatch | 0 | [icu] Indicates the currency match pattern used in getPatternForCurrencySpacing(int, boolean). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SurroundingMatch | 1 | [icu] Indicates the surrounding match pattern used in getPatternForCurrencySpacing(int, boolean). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Insert | 2 | [icu] Indicates the insertion value used in getPatternForCurrencySpacing(int, boolean). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.