- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for MAX_RADIX (0.49 sec)
-
android/guava/src/com/google/common/primitives/Ints.java
* {@code string} has a length of zero or cannot be parsed as an integer value * @throws IllegalArgumentException if {@code radix < Character.MIN_RADIX} or {@code radix > * Character.MAX_RADIX} * @throws NullPointerException if {@code string} is {@code null} * @since 19.0 */ public static @Nullable Integer tryParse(String string, int radix) { Long result = Longs.tryParse(string, radix);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 22 18:14:49 UTC 2025 - 31.3K bytes - Viewed (0)