You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonTextReader Class > JsonTextReader Methods > ReadAsDecimal Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonTextReader.ReadAsDecimal Method

Reads the next JSON token from the stream as a Nullable{Decimal}.

Syntax
C++
C#
Visual Basic
public: decimal? ReadAsDecimal();
Returns

A Nullable{Decimal}. This method will return null at the end of an array.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.