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: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public delegate Object Converter(
    Object value,
    Type conversionType
)

Parameters

value  Object

The Object to convert.

conversionType  Type

The Type of the instance to return.

Return Value

Object
An Object of the specified Type.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiSrv.Core.Tools.Resolving Namespace

Copyright © Beckhoff Automation GmbH & Co. KG