[]
Defines the location of the currency symbol in relation to the number.
public enum Field.CurrencySymbolStyle
AfterNoSpace = 3
Show the currency symbol after the number.
AfterWithSpace = 2
Show the currency symbol after the number, delimited with a space.
BeforeNoSpace = 1
Show the currency symbol before the number.
BeforeWithSpace = 0
Show the currency symbol before the number, delimited with a space.