Skip to content

System.Numerics.Complex Parse (string s, IFormatProvider? provider) don't work #104421

Closed
@vsfeedback

Description

@vsfeedback

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions