In construction engineering, locations are determined by stationing. It's how we pinpoint exact locations of everything right down to the inch. The format is always XXXX+XX.XX
When we do math with it, we just ignore the "+" sign and treat that as a double with 2 decimal digits.
So, say the there are two stations(locations)given, 5463+22.46 and 5463+57.21. The distance between these two locations is 546357.21 - 546322.46 = 34.75 feet.
To the right of the "+" sign is always 2 digits before the decimal point. The left can have 1 to 4 digits, although on very very HUGE projects there can be 5 or 6 digits left of the "+" sign.
How do I change the DoubleTextBox format to always show any number to always have a "+" sign left of the first 2 digits left of the decimal point?