2 references to TryParse
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (1)
63
bool result = Utf8Parser.
TryParse
(source, out TimeSpan timespan, out int bytesConsumed, 'c');
System\Text\Json\Serialization\Converters\Value\TimeSpanConverter.cs (1)
62
bool result = Utf8Parser.
TryParse
(source, out TimeSpan tmpValue, out int bytesConsumed, 'c');