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