Normalizes the EIN.
Syntax
'Declaration
Public Shared Function NormalizeEIN( _
ByVal As String _
) As String
'Usage
Dim strEIN As String
Dim value As String
value = Utils.NormalizeEIN(strEIN)
Parameters
- strEIN
- The EIN.
Return Value
normilized EIN
See Also