Delegate SimpleConversion

GoDiagram®
v10.0.8
by Northwoods Software®

For Bindings: A side-effect-free delegate converting a value.

This delegate can be provided as either the converter or back converter of a Binding.

Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public delegate object SimpleConversion(object value)
Parameters
Type Name Description
object value

the value from the source or target

Returns
Type Description
object

the value to set to a target or data property