 | JsonValueConverterCanConvert Method |
Determines whether the implementing class can convert a value of the given type to JSON.
Namespace: SphinxConnector.FluentApi.JsonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic abstract bool CanConvert(
Type type
)
Public MustOverride Function CanConvert (
type As Type
) As Boolean
Parameters
- type Type
- The type of value to convert.
Return Value
Booleantrue if the implementor can convert the given type, otherwise
false.
See Also