Enum CurrencySymbolPosition
Defines the permissible positions for a currency symbol with respect to the currency amount
Namespace: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum CurrencySymbolPosition
Fields
Name | Description |
---|---|
afterAmount | The symbol is permitted only after the amount, e.g. 200$ |
beforeAmount | The symbol is permitted only before the amount, e.g. $200 |