Parses a filesize from a string that's formatted like so: "<number> <unit>", where the unit is any one of the defined Size types. Accepts floating-point and integer numbers.
The string to parse.
The parsed filesize, in bytes.
See Implementation
Parses a filesize from a string that's formatted like so: "<number> <unit>", where the unit is any one of the defined Size types. Accepts floating-point and integer numbers.