mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 20:31:01 +01:00
fixed GH# 447 NumberParser documentation on the format test used
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user