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

◆ IsValidDateTimeOffsetParseLength()

static bool System.Text.Json.JsonHelpers.IsValidDateTimeOffsetParseLength ( int length)
inlinestatic

Definition at line 122 of file JsonHelpers.cs.

123 {
124 return IsInRangeInclusive(length, 10, 252);
125 }
static bool IsInRangeInclusive(uint value, uint lowerBound, uint upperBound)

References System.Text.Json.JsonHelpers.IsInRangeInclusive(), and System.length.

Referenced by System.Text.Json.JsonDocument.TryGetValue(), and System.Text.Json.JsonDocument.TryGetValue().