getString
Returns the value associated with the given field number.
public String getString(LrISOField fldno) throws LrISOException
public String getString(int fldno) throws LrISOException
Parameters
fldno: The ISOField number.
Return values
This function returns the String that is contained by the ISO field.
Example
String CARD_ACCEPTOR_NAME_LOCATION = m.getString(ISO87Fields.CARD_ACCEPTOR_NAME_LOCATION);