[ACR][22/08/2013][Modify] Enhance Parse() API to support radix ranging from 2 to...
[platform/framework/native/appfw.git] / inc / FBaseLongLong.h
index 27c73a8..9945877 100644 (file)
@@ -283,7 +283,7 @@ public:
         *      @return                 An error code
         *      @param[in]      s                               A string representing a numeric value
         *      @param[in]      radix                   The radix of the string representing a numeric value @n
-        *                                                              It must be either 2, 8, 10 or 16.
+        *                                              Radix value range is from 2 to 36.
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.