getCountryCode function

String getCountryCode()

Implementation

String getCountryCode(
    )
{
    return countryCode;
}