Property | Type | Description | |
---|---|---|---|
myAreaNumber | string | ||
myGroupNumber | string | ||
mySerialNumber | string |
Method | Description | |
---|---|---|
SocSecNum ( ) : System | ||
SocSecNum ( bool sensitive ) : System |
Use this constructor to create a SocSecNum object without an SSN string. Pass true as the argument and use the SocSecNum.SensitivityString accessor to obtain the sensitivity string
|
|
SocSecNum ( string value ) : System | ||
ToString ( ) : string | ||
isValid ( string value ) : bool | ||
isValidAreaNumber ( string value ) : bool | ||
isValidGroupNumber ( string value ) : bool | ||
isValidSerialNumber ( string value ) : bool | ||
isWellFormed ( string value ) : bool | ||
isWellFormedAreaNumber ( string value ) : bool | ||
isWellFormedGroupNumber ( string value ) : bool | ||
isWellFormedSerialNumber ( string value ) : bool | ||
stripField ( string value, int fldnum ) : string | ||
toHyphenatedString ( ) : string | ||
toString ( ) : string |
Method | Description | |
---|---|---|
setSSN ( string value ) : void |
Method | Description | |
---|---|---|
setIfNumeric ( string s ) : string |
public SocSecNum ( bool sensitive ) : System | ||
sensitive | bool | Pass true for sensitive SSNs |
return | System |
public static isValid ( string value ) : bool | ||
value | string | |
return | bool |
public static isValidAreaNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static isValidGroupNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static isValidSerialNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static isWellFormed ( string value ) : bool | ||
value | string | |
return | bool |
public static isWellFormedAreaNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static isWellFormedGroupNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static isWellFormedSerialNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static stripField ( string value, int fldnum ) : string | ||
value | string | |
fldnum | int | |
return | string |