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

◆ GetDecimal()

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

Definition at line 444 of file JsonElement.cs.

445 {
447 {
448 return value;
449 }
450 throw ThrowHelper.GetFormatException();
451 }
bool TryGetDecimal(out decimal value)

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