Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Ssn::setSsnFull Method (std::string&)

Sets the full ssn by using one string without hyphens.

C++
void setSsnFull(
    const std::string& newSsnFull
);
Parameters 
Description 
const std::string& newSsnFull 
String to use for full ssn (without hyphens).  

One string is used, the full ssn is set from that, then the three parts are parsed.

Exceptions 
Description 
PiaException of type PIA_IDS_SSN1 if there any string-handling problems.  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!