WriteWhitespace Method (ws)

Json.NET

Json.NET - Quick Starts & API Documentation WriteWhitespace Method (ws)
NamespacesNewtonsoft.JsonJsonTextWriterWriteWhitespace(String)
Writes out the given white space.
Declaration Syntax
C# Visual Basic Visual C++
public override void WriteWhitespace(
	string ws
)
Public Overrides Sub WriteWhitespace ( _
	ws As String _
)
public:
virtual void WriteWhitespace(
	String^ ws
) override
Parameters
ws (String)
The string of white space characters.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)