I am using the calculated geometry to get the Lat/Long of my points on a map in DMS. It works well, but I need the seconds rounded to 2 decimal places.

The current expression our team has now is this
!Longitude![:14] + !Longitude![20:]
This will only cut off the number, not round the 3 to a 4, so this is what we end up with.

This is a text field, so I'm not sure how we can get this to work. Any ideas would be great!