I have a string,
$string = "2,55"
How to convert this string to decimal?
In short -
[decimal]$string.Replace(",", ".")