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

◆ GetSByte()

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

Definition at line 288 of file JsonElement.cs.

289 {
291 {
292 return value;
293 }
294 throw new FormatException();
295 }
bool TryGetSByte(out sbyte value)

References System.Text.Json.JsonElement.TryGetSByte(), and System.value.