ShortFormattingSymbol Constructor TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public ShortFormattingSymbol(
	string symbol,
	int exponent
)

Parameters

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

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