NumberFormat
Overview
NumberFormat is a class in Aspose.Cells for NET.
NumberFormat.IsBuiltInFormat checks whether the provided formatCode corresponds to a built‑in format.
Methods
| Signature | Description |
|---|---|
GetBuiltInFormat(formatId: int) | Returns the built‑in format string for the specified format ID |
IsBuiltInFormat(formatCode: string) | Checks whether the provided formatCode corresponds to a built‑in format |
GetBuiltInFormatId(formatCode: string?) | Returns the ID of the built‑in format that matches the supplied format code, or null |