Converter Delegate

Represents a method that converts an Object to an instance of the specified Type.

Namespace:  TcHmiSrv.Core.Tools.Resolving
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public delegate Object Converter(
    Object value,
    Type conversionType
)

Parameters

value

Type: System.Object
The Object to convert.

conversionType

Type: System.Type
The Type of the instance to return.

Return Value

Type: Object
An Object of the specified Type.

Reference

TcHmiSrv.Core.Tools.Resolving Namespace