2 references to TryGetSingle
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
965
if (!
TryGetSingle
(out float value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
107
success = Value.
TryGetSingle
(out float result);