FAreaTypeConverterCanConvertTo Method
Return a value indicating whether this converter can convert to the
specified destination type.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public virtual bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Public Overridable Function CanConvertTo (
context As ITypeDescriptorContext,
destinationType As Type
) As Boolean
No code example is currently available or this language may not be supported.
- context ITypeDescriptorContext
-
Context to inspect.
- destinationType Type
-
Destination type to query for.
Boolean
True if this type converter is able to convert to the specified
type. Otherwise, false.
Overridden specifically to support serialization in JSON.NET. If
string type is disallowed, string serialization won't be affected.