PFOfficeBindingValueRenderer Delegate |
Delegate type for rendering obkect values to text.
Namespace:
Packflow.Core.Utils
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public delegate string PFOfficeBindingValueRenderer(
Object value
)
Parameters
- value
- Type: SystemObject
The object value
Return Value
Type:
StringA display-friendly value of the object.
See Also