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.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static bool IsValidDataType(
Object obj
)
Public Shared Function IsValidDataType (
obj As Object
) As Boolean
public:
static bool IsValidDataType(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
The object to evaluate
Return Value
Type:
BooleanTrue if the type converter supports the type of object provided
See Also