JsonValueConverterCanConvert 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
C#
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