Method | Description | |
---|---|---|
Phone ( ) : System | ||
SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void |
Method | Description | |
---|---|---|
CombinePhone ( string countryCode, string areaCode, string phoneNumber ) : string | ||
FormatPhone ( string number ) : string | ||
RemoveNonDigits ( string number ) : string | ||
SplitPhone ( string phone, string &countryCode, string &areaCode, string &phoneNumber ) : void |
public SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void | ||
countryCode | Property | |
areaCode | Property | |
phone | Property | |
return | void |