[]
        
(Showing Draft Content)

C1.JsonNet.JsonConverter.ConvertTo

ConvertTo Method

ConvertTo(object)

Serialize the specified value to a string.

Declaration
protected virtual string ConvertTo(object value)
Parameters
Type Name Description
object value

the specified value

Returns
Type Description
string

A string which the value would be serialized to.