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