PhoneNumberFormat
Description:
[ CCode ( cprefix = "E_PHONE_NUMBER_FORMAT_" , has_type_id = false ) ]
[ Version ( since = "3.8" ) ]
public enum PhoneNumberFormat
The supported formatting rules for phone numbers.
Content:
Enum values:
- E164 - format according E.164:
"+493055667788".
- INTERNATIONAL - a formatted phone
number always starting with the country calling code: "+49 30 55667788".
- NATIONAL - a formatted phone number in
national scope, that is without country calling code: "(030) 55667788".
- RFC3966 - a tel: URL according to RFC
3966: "tel:+49-30-55667788".