Enum Currency.SymbolPosition
- Namespace
- TabularEditor.PropertyGridUI.Converters
- Assembly
- TOMWrapper.dll
Position and spacing definition for a currency symbol.
public enum Currency.SymbolPosition
Fields
Name | Description |
---|---|
EndNoSpace | Put the symbol after the number, with no space, e.g. "#,#.00$" |
EndWithSpace | Put the symbol after the number, with a space, e.g., "#,#.00 $" |
StartNoSpace | Put the symbol before the number with no space, e.g., "$#,#.00" |
StartWithSpace | Put the symbol before the number with a space, e.g., "$ #,#.00" |