❔ error when converting string to long
you can see on image from what im trying to convert

System.FormatException: Input string was not in a correct format.public string ChangePercent24Hr { get; set; }
public long ChangePercent24HrD => long.Parse(ChangePercent24Hr);