Why is it that when I convert a string with value "22.882" to double, using Dbl() it loses precision and is converted to 2288.2?
I have to use a double since I'm using the constructor of System.Web.UI.WebControls.Unit (see http://msdn.microsoft.com/en-us/library/ctewx7ch.aspx).