parseDenomination

Parses a filesize unit denomination from a string, such as "bytes", "kilobyte", or "tibibytes".

parseDenomination
(
string s
)

Parameters

s string

The string to parse.

Return Value

Type: Size

Meta