public final class IntConverter extends Object
| Constructor and Description |
|---|
IntConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convert(int i)
Convert an integer to a String
|
static int |
convert(String value)
Convert a String to an integer.
|
public static String convert(int i)
i - the integer to convertNumbersCache.get(int)public static int convert(String value) throws FieldConvertError
value - the String to convertFieldConvertError - raised if the String does not represent a valid
FIX integer, i.e. optional negative sign and rest are digits.Integer.parseInt(String)Copyright © 2026. All rights reserved.