NumberFormattingInfo

class NumberFormattingInfo(val fractionSign: Char, val groupingSign: Char, val groupIntegerSize: Int, val groupFractionSize: Int)

Hold information to format a number

Constructors

Link copied to clipboard
constructor(fractionSign: Char, groupingSign: Char, groupIntegerSize: Int, groupFractionSize: Int)

Properties

Link copied to clipboard

Sign to separate integer part from the fraction part of the number

Link copied to clipboard

Size of groups of the fraction part. 0 for no grouping

Link copied to clipboard

Sign to separate large sequences of digits, e.g 123.456.790,12

Link copied to clipboard

Size of groups of the integer part. 0 for no grouping