If you're asking about this in the context of the Measurement Studio for Visual Basic user interface controls, you can do this in the Format tab of the control property pages. For example, a format string like ".##" would get you what you want. If you're asking how to do this in general, you can use VB's FormatString function.
- Elton