DynamicBuilders.DynamicInt32.IntFormatter


class DynamicBuilders.DynamicInt32.IntFormatter


Allows formatting DynamicInt32 into a DynamicString.

Summary

Nested types

Builder to create IntFormatter objects.

Public functions

@IntRange(from = 0) Int

Returns the minimum number of digits allowed in the integer portion of a number.

Boolean

Returns whether digit grouping is used or not.

Public functions

getMinIntegerDigits

Added in 1.0.0
fun getMinIntegerDigits(): @IntRange(from = 0) Int

Returns the minimum number of digits allowed in the integer portion of a number.

isGroupingUsed

Added in 1.0.0
fun isGroupingUsed(): Boolean

Returns whether digit grouping is used or not.