2 references to TryGetByte
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
531
if (
TryGetByte
(out byte value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
100
success = Value.
TryGetByte
(out byte result);