Metric and binary prefix for units of measurement
https://en.wikipedia.org/wiki/Metric_prefix
https://en.wikipedia.org/wiki/Binary_prefix
For example:
With configuration class:
classConf{publiclongMaxSize;}Section
Parsed to
settings.Get<Conf>("Conf").MaxSize==1024Section
Parsed to
settings.Get<Conf>("Conf").MaxSize==512Section
Parsed to
settings.Get<Conf>("Conf").MaxSize==1000
Metric and binary prefix for units of measurement
https://en.wikipedia.org/wiki/Metric_prefix
https://en.wikipedia.org/wiki/Binary_prefix
For example:
With configuration class:
Section
Parsed to
Section
Parsed to
Section
Parsed to