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

SignatureDescription
NumberFormat()Bu örnekte NumberFormat arayın.
GetBuiltInFormat(formatId: int)std::stringBu 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)boolYaptı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::stringSayı: Özelleştirilmiş format kodu, çözülmüş format kod çubuğu.

See Also

 Türkçe