JsonPropertyToString Method

Gets the string representation of this JsonProperty.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public override string ToString()

Return Value

String
A String that represents this instance.

See Also