Click or drag to resize
DigitalRuneObjectHelperIsConvertible Method
Determines whether the specified object/type is a base data type or implements the IConvertible interface.
Overload List
  NameDescription
Public methodStatic memberIsConvertible(Object)
Determines whether the specified object is a base data type or implements the IConvertible interface.
Public methodStatic memberIsConvertible(Type)
Determines whether the specified type is a base data type or implements the IConvertible interface.
Top
See Also