Click or drag to resize
TypeConverterConvertDataT Method (Object)
Converts the object to the type specified by the T parameter

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static T ConvertData<T>(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to convert

Type Parameters

T
The data type to convert the object to

Return Value

Type: T
The converted value
See Also