| ObjectHelperIsConvertible Method (Type) |
Determines whether the specified type is a base data type or implements the
IConvertible interface.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool IsConvertible(
Type type
)
Public Shared Function IsConvertible (
type As Type
) As Boolean
public:
static bool IsConvertible(
Type^ type
)
static member IsConvertible :
type : Type -> bool
Parameters
- type
- Type: SystemType
The type.
Return Value
Type:
Boolean if
type is a convertible; otherwise,
.
See Also