gb.Percent (gb)
Const Percent As Integer = 5
Constant that represents the percent numeric format.
Example
System.Language = "fr_FR.UTF-8"
Print Format(Pi, gb.Percent)
Print Format(0.1, gb.Percent)
Print Format(0.01, gb.Percent)
Print Format(0.001, gb.Percent)