PhoneNumber getAllPrefixes
Revision as of 10:44, 1 June 2017 by Nguyenduyan (talk | contribs)
PhoneNumber_getAllPrefixes
Syntax
PhoneNumber_getAllPrefixes();
Arguments
None
Return type
Dictionary
Examples
Dictionary phonePrefixes = PhoneNumber_getAllPrefixes();
print(phonePrefixes[84]);//vn
print(phonePrefixes[45]);//dk
Availability
From June 2017