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

◆ GetByte()

byte System.Text.Json.Utf8JsonReader.GetByte ( )
inline

Definition at line 4104 of file Utf8JsonReader.cs.

4105 {
4106 if (!TryGetByte(out var value))
4107 {
4108 throw ThrowHelper.GetFormatException(NumericType.Byte);
4109 }
4110 return value;
4111 }

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