semVerRepresentation

Integer representation of the build number. Converts buildTrain into a hex number, concatenates it with minorVersion radix-36-parsed to a hex number and concatenates it with an end-padded hex-representation of buildVer. This results in a UInt whose MSBs are always set for correct and straight-forward comparison of build numbers. The implementation is inefficient but comprehensible.