PhoneNumber getAllPrefixes

From Catglobe Wiki
Revision as of 11:44, 1 June 2017 by Nguyenduyan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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