Click or drag to resize

JsonValueConverterCanConvert Method

Determines whether the implementing class can convert a value of the given type to JSON.

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public abstract bool CanConvert(
	Type type
)

Parameters

type  Type
The type of value to convert.

Return Value

Boolean
true if the implementor can convert the given type, otherwise false.
See Also