Click or drag to resize
TypeConverterIsValidDataType Method
Returns a value indicating whether the object is of a data type supported by the type converter. The type converter supports Int32, Int64, Boolean, GUID, byte[], String and DateTime data types

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool IsValidDataType(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to evaluate

Return Value

Type: Boolean
True if the type converter supports the type of object provided
See Also