First, let me say this is a wonderful library, which I have used extensively.
I have several IntegerUpDown controls with "prefixes" in the FormatString:
```
FormatString="'DLC =' 0"
```
I also have a few using hexadecimal format:
```
FormatString="X4"
```
But when I combine the two concepts, everything falls apart and I just get "DLC = X4" in the box:
```
FormatString="'DLC =' X4"
```
I have several IntegerUpDown controls with "prefixes" in the FormatString:
```
FormatString="'DLC =' 0"
```
I also have a few using hexadecimal format:
```
FormatString="X4"
```
But when I combine the two concepts, everything falls apart and I just get "DLC = X4" in the box:
```
FormatString="'DLC =' X4"
```