NumberFormatterCurrencyCultureName Property

Spotfire 14.3 API Reference
Gets or sets the name of the culture that defines the currency formatting.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public string CurrencyCultureName { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
InvalidOperationExceptionThe property is being set and the formatter is read-only.
Remarks

If a specific culture is set, this will always be used, regardless of locale. Assigning this property to null (which is the default) means that the formatter will always be localized. Assigning this property to string.Empty means invariant formatting.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference