Skip to main content

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:

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%