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

◆ GetUInt32()

uint System.Text.Json.Utf8JsonReader.GetUInt32 ( )
inline

Definition at line 4221 of file Utf8JsonReader.cs.

4222 {
4223 if (!TryGetUInt32(out var value))
4224 {
4225 throw ThrowHelper.GetFormatException(NumericType.UInt32);
4226 }
4227 return value;
4228 }
bool TryGetUInt32(out uint value)

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