| ObjectHelperCanParse Method |
Determines the
ObjectHelperParse methods can parse the
given type.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool CanParse(
Type type
)
Public Shared Function CanParse (
type As Type
) As Boolean
public:
static bool CanParse(
Type^ type
)
static member CanParse :
type : Type -> bool
Parameters
- type
- Type: SystemType
The type.
Return Value
Type:
Boolean if the type can be parsed; otherwise,
.
Exceptions See Also