다음을 통해 공유


Utf8JsonReader.GetDecimal 메서드

정의

원본으로부터 다음 JSON 토큰 값을 읽고 Decimal에 구문 분석합니다.

public:
 System::Decimal GetDecimal();
public decimal GetDecimal ();
member this.GetDecimal : unit -> decimal
Public Function GetDecimal () As Decimal

반환

Decimal에 구문 분석된 UTF-8 인코딩 토큰 값입니다.

예외

JSON 토큰 값은 Number가 아닙니다.

JSON 토큰 값은 Decimal.MinValue보다 작거나 Decimal.MaxValue보다 큰 숫자를 나타냅니다.

적용 대상

추가 정보