~~Title: Efl.Ui.Format.decimal_places_get~~ ====== Efl.Ui.Format.decimal_places_get ====== ===== Description ===== %%Internal method to be used by widgets including this mixin. It can only be used when a %%[[:develop:api:efl:ui:format:property:format_string|Efl.Ui.Format.format_string]]%% has been supplied, and it returns the number of decimal places that the format string will produce for floating point values.%% %%For example, "%.2f" returns 2, and "%d" returns 0;%% //Since 1.23// {{page>:develop:api-include:efl:ui:format:method:decimal_places_get:description&nouser&nolink&nodate}} ===== Signature ===== decimal_places_get @protected { return: int; } ===== C signature ===== int efl_ui_format_decimal_places_get(Eo *obj); ===== Implemented by ===== * [[:develop:api:efl:ui:format:method:decimal_places_get|Efl.Ui.Format.decimal_places_get]]