|
Anypia Programmer's Documentation
|
Returns a string with the military service info, with spaces appropriate for a print output.
std::string toString( const std::string& format ) const;
|
Parameters |
Description |
|
const std::string& format |
Format to use. |
A string with the military service info.
If the format string begins with "f", create a fixed-width string; otherwise create a string with no extra spaces.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|