ShortFormattingSymbol Constructor

Spotfire 14.3 API Reference
Initializes a new instance of the ShortFormattingSymbol class with the specified symbol substituting a power of 10, specified by exponent.

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 ShortFormattingSymbol(
	string symbol,
	int exponent
)

Parameters

symbol
Type: SystemString
The substituting symbol string. May not be a digit or any of '{}'.
exponent
Type: SystemInt32
The substituted power of 10.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if symbol is null.
ArgumentException Thrown if symbol is empty or contains an invalid character.
ArgumentOutOfRangeException Thrown if exponent is outside the range [-324, 308].
Version Information

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

Reference