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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)