StdfValueTypeFormattingDelegate Delegate TIBCO Spotfire 7.11 API Reference
Delegate that represents a value formatting method.

Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public delegate string FormattingDelegate(
	Object value
)

Parameters

value
Type: SystemObject
An object to be formatted.

Return Value

Type: String
A formatted value string.
Exceptions

ExceptionCondition
InvalidCastExceptionif the object is not of the expected type.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.11, 7.10, 7.0
See Also

Reference