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

◆ GetSByte()

sbyte System.Text.Json.Utf8JsonReader.GetSByte ( )
inline

Definition at line 4124 of file Utf8JsonReader.cs.

4125 {
4126 if (!TryGetSByte(out var value))
4127 {
4128 throw ThrowHelper.GetFormatException(NumericType.SByte);
4129 }
4130 return value;
4131 }
bool TryGetSByte(out sbyte value)

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