[This is preliminary documentation and subject to change.]
Parses a file size into a number.
The Int64 value of argValue.
Parses a file size of the form: number[KB|MB|GB] into a long value. It is scaled with the appropriate multiplier.
defaultValue is returned when argValue cannot be converted to a Int64 value.
OptionConverter Class | log4net.Util Namespace