Reference

Components
Format String
Description
The Format String primitive applies standard C string formatting to a numeric string input. This is particularly useful for making numeric data
conform to user interface requirements such as displaying a fixed number of decimal places.
The value input has String type but should be connected to either an Int or Float for the formatting to work correctly.
The format specifications are defined here:
http://msdn.microsoft.com/en-us/library/kwwtf9ch(VS.71).aspx
Connectors
Inputs Type Outputs Type
The Float or Int that
you want to format
Float or Int
The formatted string
String
Format specification
string
String
131 of 494