TracePointData.DataTo Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointData.DataTo Method

BR.AN.PviServices .NET


Converts the data to the given type

[Visual Basic]

Public Sub DataTo( _

  ByVal conversionType As TypeCode _

)

[C#]

public object DataTo(

  TypeCode conversionType

);

Parameters

conversionType

The data type used for conversion.

Return Value

The correspondig data on succes else null.

See Also

TracePointData Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]