fixed GH# 447 NumberParser documentation on the format test used

This commit is contained in:
Guenter Obiltschnig
2014-05-19 17:09:46 +02:00
parent 33e41aab23
commit 7b9e035a36

View File

@@ -33,6 +33,10 @@ namespace Poco {
class Foundation_API NumberParser class Foundation_API NumberParser
/// The NumberParser class provides static methods /// The NumberParser class provides static methods
/// for parsing numbers out of strings. /// for parsing numbers out of strings.
///
/// Note that leading or trailing whitespace is not allowed
/// in the string. Poco::trim() or Poco::trimInPlace()
/// can be used to remove leading or trailing whitespace.
{ {
public: public:
static const unsigned short NUM_BASE_OCT = 010; static const unsigned short NUM_BASE_OCT = 010;