I wanted to add my build number from Subversion to my about window. Pretty simple by adding this code:
It works but puts too much info like:
I want to ignore the “M”, the colon and the number to the left of the colon. Getting rid of the “M” was easy:
I would do the same for the […]