Selerix Developer Tools
CheckSSN(String) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > CheckSSN Method : CheckSSN(String) Method
The social security number.
Checks the SSN.
Syntax
'Declaration
 
Public Overloads Shared Function CheckSSN( _
   ByVal strSSN As String _
) As String
'Usage
 
Dim strSSN As String
Dim value As String
 
value = Utils.CheckSSN(strSSN)
public static string CheckSSN( 
   string strSSN
)
public function CheckSSN( 
    strSSN: String
): String; static; 
public static function CheckSSN( 
   strSSN : String
) : String;
public: static string* CheckSSN( 
   string* strSSN
) 
public:
static String^ CheckSSN( 
   String^ strSSN
) 

Parameters

strSSN
The social security number.
See Also

Reference

Utils Class
Utils Members
Overload List