IotDpsUtils.ConvertObject<T1,T2>(T1) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static T2 ConvertObject<T1,T2> (T1 iotDpsObject);
static member ConvertObject : 'T1 -> 'T2
Public Function ConvertObject(Of T1, T2) (iotDpsObject As T1) As T2
Type Parameters
- T1
- T2
Parameters
- iotDpsObject
- T1
Returns
T2