Read a BuddyPress profile field value

$city = bp_get_profile_field_data(array(
    'field'   => 'City',
    'user_id' => bp_displayed_user_id(),
));