[ACR][22/08/2013][Modify] Enhance Parse() API to support radix ranging from 2 to...
[platform/framework/native/appfw.git] / inc / FBaseInteger.h
index 85af846..e0ab82e 100644 (file)
@@ -226,7 +226,7 @@ public:
         *      @return         An error code
         *      @param[in]      s                               A string representing a numeric value
         *      @param[in]      radix                   The radix of the string representing the numeric value @n
-        *                                                              It must either be 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.