设置电话号码格式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置电话号码格式相关的知识,希望对你有一定的参考价值。

It's important that the newPn var that you pass into the Convert.ToInt64 function is in the xxxxxxxxxx format and that no characters are present.
  1. Dim pn As String = "(444) 444-444"
  2. Dim newPn As String = Replace(Replace(Replace(pn, "-", ""), "(", ""), ")", "")
  3. newPn = String.Format("{0:###-###-####}", Convert.ToInt64(newPn))

以上是关于设置电话号码格式的主要内容,如果未能解决你的问题,请参考以下文章

如何将字符串号码格式化为美国电话号码格式

设置电话号码格式

将多个输出中的hls属性设置为单独的片段代码

xcode swift - 将文本格式化为电话号码[重复]

Excel身份证号码格式怎么设置?盘点六种设置方法

firebase 的短信代码不匹配