Double Parse on Row Item

Why does this code not work for removing preceding value and parsing a double?

Double.Parse(row.Item(“Price”).ToString.Remove(0,1))>10

Check “row.Item(“Price”).ToString” has correct value or not.
Your code is correct