String FormatSize Automatic Example
Demonstrates the String FormatSize viper.
Smartsite SXML | Copy Code |
---|---|
{string.formatsize(1)} {string.formatsize(10)} {string.formatsize(100)} {string.formatsize(1000)} {string.formatsize(1000)} {string.formatsize(100000)} {string.formatsize(1000000)} {string.formatsize(10000000)} {string.formatsize(100000000)} {string.formatsize(1000000000)} |
Example Result | Copy Code |
---|---|
1 B 10 B 100 B 1,000 B 1,000 B 97.66 kB 976.56 kB 9.54 MB 95.37 MB 953.67 MB |