Json Value ConverterCan Convert Method
Determines whether the implementing class can convert a value of the given type to JSON.
Definition
Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the implementor can convert the given type, otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract bool CanConvert(
Type type
)VB
Public MustOverride Function CanConvert (
type As Type
) As BooleanParameters
- type Type
- The type of value to convert.
Return Value
Booleantrue if the implementor can convert the given type, otherwise false.