Parse a string i.e 10MiB to a value in bytes, supported suffixes are B, KiB..PiB and KB..PB
string in the form ie 10MiB
ulong with the size in bytes based on the suffix
See Implementation
Parse a string i.e 10MiB to a value in bytes, supported suffixes are B, KiB..PiB and KB..PB