Parse a string value as an int64.
An optional value suffix of 'k', 'm', or 'g' will cause the value to be multiplied by 1024, 1048576, or 1073741824 prior to output.
place to store the result of the parsing
value to parse
See Implementation
Parse a string value as an int64.
An optional value suffix of 'k', 'm', or 'g' will cause the value to be multiplied by 1024, 1048576, or 1073741824 prior to output.