Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The format syntax follows .NET String Formatting. Refer to this article for a comprehensive documentation of the format.


Info
titleMore formats

Check out the string formatting cheat sheet http://www.cheat-sheets.org/saved-copy/msnet-formatting-strings.pdf

TODO: How to use the unit designation of a datapoint in a label.

Examples

Numeric Formats

Applying some custom numeric format strings to specific data types and values. In this example we will change the text format of a temperature:

...