StdfValueTypeFormattingDelegate Delegate

Spotfire 15.0 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: 71.0.22122.5390 (71.0.22122.5390)
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


See Also

Reference