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: 5.3.0
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