TypeConverterConvertData Method (Object, ExtendedAttributeType) |
Converts the object to the specified attribute type
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static Object ConvertData(
Object obj,
ExtendedAttributeType type
)
Public Shared Function ConvertData (
obj As Object,
type As ExtendedAttributeType
) As Object
public:
static Object^ ConvertData(
Object^ obj,
ExtendedAttributeType type
)
Parameters
- obj
- Type: SystemObject
The object to convert - type
- Type: Lithnet.MetadirectoryServicesExtendedAttributeType
The data type to convert the object to
Return Value
Type:
ObjectThe converted value
See Also