Click or drag to resize
TypeConverterConvertData Method (Object, AttributeType)
Converts the object to the specified attribute type

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static Object ConvertData(
	Object obj,
	AttributeType type
)

Parameters

obj
Type: SystemObject
The object to convert
type
Type: AttributeType
The data type to convert the object to

Return Value

Type: Object
The converted value
See Also