Closed
Description
This issue has been moved from a ticket on Developer Community.
Copy the code into a new console application, and run.
using System.Numerics;
string text = "<47; 0>";
Complex value = Complex.Parse(text, null); // Throws OverflowException
Original Comments
Feedback Bot on 6/6/2024, 03:51 AM:
(private comment, text removed)
Original Solutions
(no solutions)