Property of NumericText.
Gets and sets the format of the numeric control. Refer to the valid percent codes for numeric data types table for information about which percent codes you can set depending on the data type of the numeric control and the format specifiers syntax elements table for descriptions of the syntax elements.
If you want to format a string to display time, enclose the string with %<>T.
You also can use the Format & Precision:Format property to get or set the format of the numeric control. Setting the format of the numeric control using the Format & Precision:Format property overwrites any formatting you set using the Format String property.
This property is similar to the Format string option on the Format and Precision page of the Properties dialog box. Access the Format string option by selecting the Advanced editing mode option on the Format and Precision page of the Properties dialog box.
The following table lists the characteristics of this property.
| Settable when the VI is running | Yes |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access disallowed | No |
| Loads the front panel into memory | No |
| Must wait until user interface is idle | No |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with strict type definitions | No |
| Available with polymorphic VIs | No |
| Available in Run-Time Engine and Real-Time Operating System | Yes |
| Permissions | Read/Write |