CurrencySymbolPosition enumeration
- Article
-
-
Specifies the placement of the currency symbol.
Syntax
CSOM
enum CurrencySymbolPosition
JSOM
PS.CurrencySymbolPosition
REST Interface
CurrencySymbolPosition enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.
Members
Name |
Value |
Description |
NotSpecified |
0 |
The currency symbol position is not specified. This constant is used in place of a DBNull value. |
Before |
1 |
Before, no space ($0). |
After |
2 |
After, no space (0$). |
BeforeWithSpace |
3 |
Before, with space ($ 0). |
AfterWithSpace |
4 |
After, with space (0 $). |
See Also
DraftProject
PublishedProject