NumberFormattingInfo

The interface for the Organization System Settings Number Format info exposed to a code component.

Available for

Model-driven apps

Properties

currencyDecimalDigits

Example: 2

Type: number

currencyDecimalSeparator

Example: "."

Type: string

currencyGroupSeparator

Example: ","

Type: string

currencyGroupSizes

Example: [ 3 ]

Type: number[]

currencyNegativePattern

Example: 0

Type: number

currentPositivePattern

Example: 0

Type: number

currencySymbol

Example: "$"

Type: string

nanSymbol

Example: "NaN"

Type: string

nativeDigits

Example: { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}

Type: string[]

negativeInfinitySymbol

Example: "-Infinity"

Type: string

negativeSign

Example: "-"

Type: string

numberDecimalDigits

Example: 2

Type: number

numberDecimalSeparator

Example: "."

Type: string

numberGroupSeparator

Example: ","

Type: string

numberGroupSizes

Example: [3]

Type: number[]

numberNegativePattern

Example: 1

Type: number

perMilleSymbol

Example: "‰"

Type: string

percentDecimalDigits

Example: 2

Type: number

percentDecimalSeparator

Example: "."

Type: string

percentGroupSeparator

Example: ","

Type: string

percentGroupSizes

Example: [3]

Type: number[]

percentNegativePattern

Example: 0

Type: number

percentPositivePattern

Example: 0

Type: number

percentSymbol

Example: "%"

Type: string

positiveInfinitySymbol

Example: "Infinity"

Type: string

positiveSign

Example: "+"

Type: string

Power Apps component framework API reference
Power Apps component framework overview