[]
Defines the location of the currency symbol in relation to the number.
public enum Field.CurrencySymbolStyle
Public Enum Field.CurrencySymbolStyle
Name | Description |
---|---|
AfterNoSpace | Show the currency symbol after the number. |
AfterWithSpace | Show the currency symbol after the number, delimited with a space. |
BeforeNoSpace | Show the currency symbol before the number. |
BeforeWithSpace | Show the currency symbol before the number, delimited with a space. |