 | 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.4.1
Syntaxpublic abstract bool CanConvert(
Type type
)
Public MustOverride Function CanConvert (
type As Type
) As Boolean
Parameters
- type
- Type: SystemType
The type of value to convert.
Return Value
Type:
Booleantrue if the implementor can convert the given type, otherwise
false.
See Also