Click or drag to resize
DigitalRuneObjectHelperIsConvertible Method (Object)
Determines whether the specified object 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(
	Object obj
)

Parameters

obj
Type: SystemObject
The object.

Return Value

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