Value.ToType Method
Converts the Value to an equivalent Object of the specified Type using the specified IFormatProvider.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public Object ToType(
Type conversionType,
IFormatProvider provider
)
Parameters
conversionType |
Type: System.Type |
provider |
Type: System.IFormatProvider |