Safe implicit conversions
The following conversions are always safe.Conversions that may cause errors
The following conversions are allowed but can produce a runtime error. For example, convertingXCoordinate to Distance and then Distance to YCoordinate can incorrectly convert an X-coordinate into a Y-coordinate.
The compiler displays a warning when you use any of these conversions.
