'DeclarationFunction CanConvert( _ ByVal type As System.Type _ ) As System.Boolean
'UsageDim instance As INObjectConverter Dim type As System.Type Dim value As System.Boolean value = instance.CanConvert(type)
System.bool CanConvert( System.Type type )
Parameters
- type