Parse the stored value, from the XML property, to a int. This parsing may is different from the actual stored string.
The stored value, is parsed using to double value and then casted to an float before return, this make flexible on stored values in XML and parsed without errors, but they could defere from the value returned by this method.