Format Strings
Throughout HH Data Management, format strings can be used to control how dates, times and numbers are displayed on the screen.
The format string used in HH Data Management follow the C# .NET format strings:
- Standard Numeric Format Strings
- Custom Numeric Format Strings
- Standard Date and Time Format Strings
- Custom Date and Time Format Strings
For example, value = 123.45:
- Cell Format "N0", Display: 123
- Cell Format "N1", Display: 123.4
- Cell Format "C2", Display: $123.4
- Cell Format "P0", Display: 12345%