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

◆ GetUInt64()

ulong System.Text.Json.Utf8JsonReader.GetUInt64 ( )
inline

Definition at line 4241 of file Utf8JsonReader.cs.

4242 {
4243 if (!TryGetUInt64(out var value))
4244 {
4245 throw ThrowHelper.GetFormatException(NumericType.UInt64);
4246 }
4247 return value;
4248 }
bool TryGetUInt64(out ulong value)

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