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 |
conversionType |
Type: System.Type |