2 references to TryGetDecimal
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
1017
if (!
TryGetDecimal
(out decimal value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
93
success = Value.
TryGetDecimal
(out decimal result);