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