Gets or sets a culture that defines the
currency formatting. The following properties are used:
CurrencySymbol and
CurrencyPositivePattern.
Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public CultureInfo CurrencyCulture { get; [ObsoleteAttribute("Use CurrencyCultureName instead.")] set; }
Property Value
Type: CultureInfoExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is being set and the formatter is read-only. |
Version Information
See Also