[ACR][22/08/2013][Modify] Enhance Parse() API to support radix ranging from 2 to...
[platform/framework/native/appfw.git] / inc / FBaseShort.h
index ab6c4c1..d7b27df 100644 (file)
@@ -245,7 +245,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 either be @c 2, @c 8, @c 10, or @c 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.