formatted_phone_number property

string? formatted_phone_number
getter/setter pair

The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user

Implementation

string? formatted_phone_number;