 | JsonValueConverterConvertToString Method |
Converts the given object to a JSON string.
Namespace:
SphinxConnector.FluentApi.Json
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic abstract string ConvertToString(
Object value
)
Public MustOverride Function ConvertToString (
value As Object
) As String
Parameters
- value
- Type: SystemObject
The value to convert.
Return Value
Type:
StringThe JSON representation of the value.
See Also