JsonValueConverterConvertToString Method

Converts the given object to a JSON string.

Definition

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract string ConvertToString(
	Object value
)

Parameters

value  Object
The value to convert.

Return Value

String
The JSON representation of the value.

See Also