X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseLong.h;h=e2f7bdacb8948464912976513233911193bc6367;hb=c8cb9e028139e53c9881220d291b4576067a12f1;hp=08cb852d4270e4aa57cc355c7adda9f924a26b5c;hpb=14883320830aa32ca9936685ca49eeb6b538b0ef;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseLong.h b/inc/FBaseLong.h index 08cb852..e2f7bda 100644 --- a/inc/FBaseLong.h +++ b/inc/FBaseLong.h @@ -225,7 +225,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.