 | JsonValueConverterConvertToString Method |
Converts the given object to a JSON string.
Namespace: SphinxConnector.FluentApi.JsonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic abstract string ConvertToString(
Object value
)
Public MustOverride Function ConvertToString (
value As Object
) As String
Parameters
- value
- Type: SystemObject
The value to convert.
Return Value
Type:
StringThe JSON representation of the value.
See Also