2 references to TryParse
System.Runtime.Numerics (2)
System\Numerics\Complex.Generic.cs (2)
1175
if (!
TryParse
(utf8Text, style, provider, out Complex<T> result))
1694
public static bool TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider, out Complex<T> result) =>
TryParse
(utf8Text, Complex.DefaultNumberStyle, provider, out result);