Click or drag to resize
DigitalRuneObjectHelperIsConvertible Method (Type)
Determines whether the specified type is a base data type or implements the IConvertible interface.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool IsConvertible(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: Boolean
if type is a convertible; otherwise, .
See Also