Selerix Developer Tools
FormatSSN Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : FormatSSN Method
unformatted SSN
Formats SSN as ###-##-####
Syntax
'Declaration
 
Public Shared Function FormatSSN( _
   ByVal strSSN As String _
) As String
'Usage
 
Dim strSSN As String
Dim value As String
 
value = Utils.FormatSSN(strSSN)
public static string FormatSSN( 
   string strSSN
)
public function FormatSSN( 
    strSSN: String
): String; static; 
public static function FormatSSN( 
   strSSN : String
) : String;
public: static string* FormatSSN( 
   string* strSSN
) 
public:
static String^ FormatSSN( 
   String^ strSSN
) 

Parameters

strSSN
unformatted SSN

Return Value

formatted SSN
See Also

Reference

Utils Class
Utils Members