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: 3.12.6
Syntax
public abstract string ConvertToString(
	Object value
)

Parameters

value
Type: SystemObject
The value to convert.

Return Value

Type: String
The JSON representation of the value.
See Also