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

Returns formatted ssn.

C++
std::string toString(
    const std::string& format
) const;
Parameters 
Description 
const std::string& format 
Format to use. 

Formatted ssn.

If the format string begins with "n", do not use hyphens; otherwise use hyphens separating the three parts.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!