Currently if I do this
decimal d; temp = \"22.00\"; decimal.TryParse(temp, NumberStyles.Any, CultureInfo.InvariantCulture, out d);
Then \'d\'
I would say no and to just format the decimal with trailing zeros on display as 22 is still 22.00.