The type of the options container.
Creates an instance that uses the resolved options from the specified options provider and applies culture-specific formatting based on the given format info.
A numeric options provider whose resolved options will be used.
An instance that provides culture-specific number format information.
Applies the grouping option using the appropriate group separator.
The partial resulting format value.
A resulting format value with the applied grouping option.
Applies the minimum integer digits option by padding the numeric part before the decimal separator. Also temporarily removes the current NumberFormatInfo.NegativeSign. It is restored when applyOptions finishes all decoration formatting.
The number which is currently being formatted.
The partial resulting format value.
The number of characters in the resulting numeric string's integral part.
A resulting format value with the applied minimum integer digits option and without a negative sign.
Applies negative sign position and symbol, removal of the leading zero, internal and external decorators to the formatted value.
The number which is currently being formatted.
The partial resulting format value.
The fully formatted value.
Applies the uppercase option for some standard specifiers that require it.
The partial resulting format value.
A resulting format value with the applied uppercase option.
Returns the appropriate decimal separator symbol depending on the available format info and style option.
An overriding format info instance to be used.
Returns the appropriate group separator symbol depending on the available format info and style option.
An overriding format info instance to be used.
Generated using TypeDoc
Partial formatter implementation that applies decoration options to the resulting value.