public final class IntConverter extends Object
| Constructor and Description |
|---|
IntConverter() |
public static String convert(int i)
i - the integer to convertLong.toString(long)public static int convert(String value) throws FieldConvertError
value - the String to convertFieldConvertError - raised if the String does not represent a valid integerInteger.parseInt(String)Copyright © 2017. All rights reserved.