'Declaration Public Overloads Shared Function FormatPhone( _ ByVal phone As String _ ) As String
'Declaration
Public Overloads Shared Function FormatPhone( _ ByVal phone As String _ ) As String
'Usage Dim phone As String Dim value As String value = Utils.FormatPhone(phone)
'Usage
Dim phone As String Dim value As String value = Utils.FormatPhone(phone)
public static string FormatPhone( string phone )
public function FormatPhone( phone: String ): String; static;
public static function FormatPhone( phone : String ) : String;
public: static string* FormatPhone( string* phone )
public: static String^ FormatPhone( String^ phone )
Utils Class Utils Members Overload List