The type of the specifier's value/handler.
Provides a compilation enforced mapping of the Standard Numeric Format Specifiers.
Format specifier C represents a currency value.
Format specifier D represents a value's integer digits with optional negative sign.
Format specifier E represents a value's exponential notation.
Format specifier F represents a value's integral and decimal digits with optional negative sign.
Format specifier G represents the most compact of either fixed-point or scientific notation.
Format specifier X represents a hexadecimal string.
Format specifier N represents a value's integral and decimal digits, group separators, and a decimal separator with optional negative sign.
Format specifier P represents a value multiplied by 100 and displayed with a percent symbol.
Format specifier R formats a string that can round-trip to an identical number value.
Generated using TypeDoc
Provides a compilation enforced mapping of the Standard Numeric Format Specifiers.