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 as double value and then casted to an integer 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.