ReadAsDecimal Method

Json.NET

Json.NET - Quick Starts & API Documentation ReadAsDecimal Method
NamespacesNewtonsoft.JsonJsonValidatingReaderReadAsDecimal()()()()
Reads the next JSON token from the stream as a Nullable<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public override Nullable<decimal> ReadAsDecimal()
Public Overrides Function ReadAsDecimal As Nullable(Of Decimal)
public:
virtual Nullable<Decimal> ReadAsDecimal() override
Return Value

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