Format Specifiers are used to provide the format mask used by formatting functions, or the pattern mask used by value derivation functions.
The specifier controls the format of the output, or the derivation of the value.
For example, FormatFloat uses Number Format Specifiers to determine the format of the number as a string. Please see FormatFloat for additional details about this example.