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

◆ GetByteWithQuotes()

byte System.Text.Json.Utf8JsonReader.GetByteWithQuotes ( )
inlinepackage

Definition at line 4113 of file Utf8JsonReader.cs.

4114 {
4115 ReadOnlySpan<byte> unescapedSpan = GetUnescapedSpan();
4117 {
4118 throw ThrowHelper.GetFormatException(NumericType.Byte);
4119 }
4120 return value;
4121 }
bool TryGetByteCore(out byte value, ReadOnlySpan< byte > span)
ReadOnlySpan< byte > GetUnescapedSpan()

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