gb.Fixed (gb)

Const Fixed As Integer = 4

Constant that represents a numerical format with two fixed decimal digits.

Example

System.Language = "fr_FR.UTF-8"
Print Format(Pi, gb.Fixed)
Print Format(-12, gb.Fixed)
3,14
-12,00