Click or drag to resize

JsonValueConverterConvertToString Method

Converts the given object to a JSON string.

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public abstract string ConvertToString(
	Object value
)

Parameters

value  Object
The value to convert.

Return Value

String
The JSON representation of the value.
See Also