Formatting
Number formatting is used through out BimSens, from Layout, to Import parsing and export formatting.
BimSens uses the .Net Framework engine to format numbers. Some of the most common format are presented below, with additional links to the full documentation.
Value |
Format |
Formatted value |
NUMERIC |
||
1234.5678 |
C |
£1234.56 |
1234.5678 |
C0 |
£1235 |
1234.5678 |
E |
1.234568E+003 |
1234.5678 |
N3 |
1,234.568 |
0.12345 |
P1 |
12.3% |
See more standard numeric format |
||
CUSTOM NUMREIC |
||
1234.5678 |
00000 |
01235 |
0.12345 |
#.## |
.12 |
0.12345 |
0.### |
0.123 |
12345678 |
##,# |
12,345,678 |
12345678 |
#,#,,M$ |
12M$ |
See more custom numeric format |
||
DATE |
||
2009-06-15T13:45:30 |
d |
15/06/2009 |
2009-06-15T13:45:30 |
D |
Monday, June 15, 2009 |
2009-06-15T13:45:30 |
G |
15/06/2009 13:45:30 |
See more standard date format |
||
CUSTOM DATE |
||
#29/08/2014 7:27:15PM# |
dddd dd MMMM |
Friday 29 August |
#29/08/2014 7:27:15PM# |
mm |
27 |
#29/08/2014 7:27:15PM# |
MMM |
Aug |
#29/08/2014 7:27:15PM# |
yy/MM/dd H:mm |
14/08/29 7:27 |
#29/08/2014 7:27:15PM# |
HH:mm |
19:27 |
See more custom date format |