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