Click or drag to resize
TypeConverterTryConvertDataT Method (Object, T)
Tries to convert the object to the specified type

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool TryConvertData<T>(
	Object obj,
	out T value
)

Parameters

obj
Type: SystemObject
The object to convert
value
Type: T
The converted value

Type Parameters

T
The data type to convert the object to

Return Value

Type: Boolean
A value indicating if the conversion was successful
See Also