TypeConverterConvertDataT Method (Object) |
Converts the object to the type specified by the T parameter
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static T ConvertData<T>(
Object obj
)
Public Shared Function ConvertData(Of T) (
obj As Object
) As T
public:
generic<typename T>
static T ConvertData(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
The object to convert
Type Parameters
- T
- The data type to convert the object to
Return Value
Type:
TThe converted value
See Also