'Declaration Public Shared Function FormatEIN( _ ByVal strEIN As String _ ) As String
'Declaration
Public Shared Function FormatEIN( _ ByVal strEIN As String _ ) As String
'Usage Dim strEIN As String Dim value As String value = Utils.FormatEIN(strEIN)
'Usage
Dim strEIN As String Dim value As String value = Utils.FormatEIN(strEIN)
public static string FormatEIN( string strEIN )
public function FormatEIN( strEIN: String ): String; static;
public static function FormatEIN( strEIN : String ) : String;
public: static string* FormatEIN( string* strEIN )
public: static String^ FormatEIN( String^ strEIN )
Utils Class Utils Members