Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetDecimal()

decimal System.Text.Json.Utf8JsonReader.GetDecimal ( )
inline

Definition at line 4326 of file Utf8JsonReader.cs.

4327 {
4328 if (!TryGetDecimal(out var value))
4329 {
4330 throw ThrowHelper.GetFormatException(NumericType.Decimal);
4331 }
4332 return value;
4333 }
bool TryGetDecimal(out decimal value)

References System.Text.Json.Dictionary, System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.Utf8JsonReader.TryGetDecimal(), and System.value.