JsonNode.JsonNodeTypeConverter.CanConvertTo(ITypeDescriptorContext, Type) Method
Checks whether or not the component can be converted to the specified type.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
context | ITypeDescriptorContext | An object implementing the ITypeDescriptorContext interface. |
destinationType | Type | A Type enumeration value. |
Returns
Type | Description |
---|---|
Boolean | true if the valid conversion is possible; otherwise false. |
Remarks
Use the CanConvertTo method to check the validity of an intended operation before calling the JsonNode.JsonNodeTypeConverter.ConvertTo method.
See Also