Share via


JsonValueReaderWriter.ToJsonString(Object) Method

Definition

Writes the value to a JSON string.

public string ToJsonString (object value);
member this.ToJsonString : obj -> string
Public Function ToJsonString (value As Object) As String

Parameters

value
Object

The value to write.

Returns

The JSON representation of the given value.

Applies to