Table of contents
METHOD |
RETURN |
DESCRIPTION |
---|---|---|
string
|
The method that transforms phone number to international format with localization of ” ext |
|
string
|
The method that transforms phone number to E-123 international format |
The method that transforms phone number to international format with localization of ” ext. “.
Return: string
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
String
|
The phone number in string |
|
String
|
ISO 3166-1 two-letter country code. Region that we are expecting the number to be from. This is only used if the number being parsed is not written in international format. |
The method that transforms phone number to E-123 international format.
Return: string
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
String
|
The phone number in string |
|
String
|
ISO 3166-1 two-letter country code. Region that we are expecting the number to be from. This is only used if the number being parsed is not written in international format. |