3 references to TryParse
System.Net.Primitives (3)
System\Net\IPNetwork.cs (3)
147
if (!
TryParse
(s, out IPNetwork result))
185
return
TryParse
(s.AsSpan(), out result);
374
static bool ISpanParsable<IPNetwork>.TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, out IPNetwork result) =>
TryParse
(s, out result);