Parses a floating point number represented as a string directly to an integer value.
Parse an integer value from the provided string.
Parse an integer value from the provided string. The exact type of integer parsed is determined by the template parameter T (see below).
Parse an integer value from the provided string.
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2004 Kris Bell. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Initial release: Nov 2005 Ocean adaptation: July 2012
A set of functions for converting strings to integer values.
This module is adapted from ocean.text.convert.Integer_tango. The functions have been modified so that they do not throw exceptions, instead denoting errors via their bool return value. This is more efficient and avoids the tango style of always throwing new Exceptions upon error.