getFormat Method
getFormat(name: string, system?: UnitSystemKey): Promise<FormatDefinition | undefined>
| Parameter | Type | Description |
|---|---|---|
| name | string | The full name of the Format or KindOfQuantity. |
| system | UnitSystemKey |
Returns - Promise<FormatDefinition | undefined>
Defined in
- quantity/src/Formatter/Interfaces.ts Line 209
Last Updated: 29 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.