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: StringA formatted value string.
Exceptions
| Exception | Condition |
|---|---|
| InvalidCastException | if the object is not of the expected type. |
Version Information
See Also