static bool TryParse(ReadOnlySpan< byte > source, out bool value, out int bytesConsumed, char standardFormat='\0')
static bool IsInRangeInclusive(uint value, uint lowerBound, uint upperBound)
static bool IsDigit(byte value)
static void Unescape(ReadOnlySpan< byte > source, Span< byte > destination, int idx, out int written)
override TimeSpan Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
override void Write(Utf8JsonWriter writer, TimeSpan value, JsonSerializerOptions options)
static FormatException GetFormatException()
static InvalidOperationException GetInvalidOperationException_ExpectedString(JsonTokenType tokenType)