| Parameter | Description |
|---|---|
| formatDetails | Shared details for the current formatting operation. |
| format | Parsed format to evaluate. |
| currentValue | Value to format. |
FormattingInfo This same instance, initialized and ready for formatting.
Initializes this formatting info with the details required for formatting.
| Parameter | Description |
|---|---|
| parent | Parent formatting info to inherit alignment from. |
| formatDetails | Shared details for the current formatting operation. |
| format | Parsed format to evaluate. |
| currentValue | Value to format. |
FormattingInfo This same instance, initialized and ready for formatting.
Initializes this formatting info as a child of the specified parent.
| Parameter | Description |
|---|---|
| parent | Parent formatting info to inherit alignment from. |
| formatDetails | Shared details for the current formatting operation. |
| placeholder | Placeholder that supplies the format and alignment. |
| currentValue | Value to format. |
FormattingInfo This same instance, initialized and ready for formatting.
Initializes this formatting info from the specified placeholder.