getLocationCode method

String getLocationCode()

string representation of Bic's location code.

Implementation

String getLocationCode() {
  return bic_util.getLocationCode(_value);
}