gb.Scientific (gb)
Const Scientific As Integer = 6
Constant that represents the scientific numeric format.
Example
System.Language = "fr_FR.UTF-8"
Print Format(Pi, gb.Scientific)
Print Format(-12, gb.Scientific)
Print Format(2^100, gb.Scientific)
3,14159265358979E+0
-1,2E+1
1,26765060022823E+30