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

◆ GetGuid()

Guid System.Text.Json.JsonElement.GetGuid ( )
inline

Definition at line 489 of file JsonElement.cs.

490 {
491 if (TryGetGuid(out var value))
492 {
493 return value;
494 }
495 throw ThrowHelper.GetFormatException();
496 }
bool TryGetGuid(out Guid value)

References System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.JsonElement.TryGetGuid(), and System.value.