NumberJsonConverterCanConvert Method |
Namespace:
Dundas.BI.WebApi
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntaxpublic override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) override
abstract CanConvert :
objectType : Type -> bool
override CanConvert :
objectType : Type -> bool
Parameters
- objectType
- Type: SystemType
Return Value
Type:
Boolean
See Also