Click or drag to resize
DigitalRuneObjectHelperCanParse Method
Determines the ObjectHelperParse methods can parse the given type.

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

Parameters

type
Type: SystemType
The type.

Return Value

Type: Boolean
if the type can be parsed; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is .
See Also