String to Float always returns 0.0 from InAppPurchaseProductInfo
When converting the DisplayPrice to a float from an InAppPurchaseProductInfo the result is always 0.0. I’m positive that the DisplayPrice is not 0.0; when I show it in a textbox the proper value is shown.
If I make a string variable containing a number and convert that to a float the proper result is shown. So if my string has a value of “0.99” or even “.99” it correctly converts to a float as 0.99.
Am I doing something wrong or is this perhaps a bug?