NumberFormat
Overview
NumberFormat C++ için Aspose.Cells FOSS sınıfıdır.
İşlemler için numara formatı sağlar.
Bu sınıf, C++ programlarında NumberFormat nesnelerle çalışmak için 5 yöntem sunar. Mevcut yöntemler şunları içerir: GetBuiltInFormat, GetBuiltInFormatId, IsBuiltInFormat, NumberFormat, ResolveFormatCode. Tüm kamu üyeleri, C++ paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir C ++ uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
NumberFormat() | Bu örnekte NumberFormat arayın. |
GetBuiltInFormat(formatId: int) → std::string | Bu formatı oluşturur. formattır. string. |
GetBuiltInFormatId(formatCode: std::string_view) → std::optional<int> | Bu formatı oluşturan kodu alır. formattaki kod. |
IsBuiltInFormat(formatCode: std::string_view) → bool | Yaptıklar biçiminde yapılır. biçimde kod. gerçek eğer koşul yerine getirilir; aksi takdirde, sahte. |
ResolveFormatCode(number: int, custom: std::string_view) → std::string | Sayı: Özelleştirilmiş format kodu, çözülmüş format kod çubuğu. |