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: 5.3.0
Syntax
public abstract bool CanConvert(
	Type type
)

Parameters

type
Type: SystemType
The type of value to convert.

Return Value

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