| Version 1 (modified by , 15 years ago) ( diff ) |
|---|
StrFmt
Convert string to floating point number
string StrFmt(const char* pszFmt, ...);
Parameters
- pszFmt - character array of formatting information
- ... - variable number of parameters to fill in formatting specifiers
Return Value
- Returns the formatted string
Remarks
This is basically a wrapper around sprintf to provide the flexibility of formatting with some safety measures built in. If string parameters are used the ".c_str()" method will be needed to convert this to C style strings.
Example
string strMsg;
strID = "123";
strMsg = StrFmt("ID: %s", strID.c_str());
See Also
Note:
See TracWiki
for help on using the wiki.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)