Json Value ConverterConvert To String Method
Converts the given object to a JSON string.
Definition
Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The JSON representation of the value.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract string ConvertToString(
Object value
)VB
Public MustOverride Function ConvertToString (
value As Object
) As StringParameters
- value Object
- The value to convert.
Return Value
StringThe JSON representation of the value.