Selerix Developer Tools
FormatEIN Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : FormatEIN Method
unformatted EIN
Formats EIN as ##-#######
Syntax
'Declaration
 
Public Shared Function FormatEIN( _
   ByVal strEIN As String _
) As String
'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
) 

Parameters

strEIN
unformatted EIN

Return Value

formatted EIN
See Also

Reference

Utils Class
Utils Members