NumberFormat

Overview

NumberFormat is a class in Aspose.Cells FOSS for C++.

Provides number format operations.

Methods

SignatureDescription
GetBuiltInFormat(formatId: int)std::stringGets the built in format. The format id. The string.
GetBuiltInFormatId(formatCode: std::string_view)std::optional<int>Gets the built in format id. The format code. The int.
IsBuiltInFormat(formatCode: std::string_view)boolPerforms is built in format. The format code. true if the condition is met; otherwise, false.
ResolveFormatCode(number: int, custom: std::string_view)std::stringResolves the format code. The number. The custom format code. The resolved format code string.

See Also