JsonElement.GetRawText Method

Definition

Gets a string that represents the original input data backing this value.

public:
 System::String ^ GetRawText();
public string GetRawText ();
member this.GetRawText : unit -> string
Public Function GetRawText () As String

Returns

The original input data backing this value.

Exceptions

The parent JsonDocument has been disposed.

Applies to