Json.NET - Quick Starts & API Documentation
WriteValue Method (value)
NamespacesNewtonsoft.JsonJsonWriterWriteValue(Decimal)
Writes a Decimal value.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void WriteValue(
	decimal value
)
Public Overridable Sub WriteValue ( _
	value As Decimal _
)
public:
virtual void WriteValue(
	Decimal value
)
Parameters
value (Decimal)
The Decimal value to write.

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