wxString::Format() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -630,6 +630,11 @@ public:
|
||||
// as vprintf(), returns the number of characters written or < 0 on error
|
||||
int PrintfV(const wxChar* pszFormat, va_list argptr);
|
||||
|
||||
// returns the string containing the result of Printf() to it
|
||||
static wxString Format(const wxChar *pszFormat, ...);
|
||||
// the same as above, but takes a va_list
|
||||
static wxString FormatV(const wxChar *pszFormat, va_list argptr);
|
||||
|
||||
// raw access to string memory
|
||||
// ensure that string has space for at least nLen characters
|
||||
// only works if the data of this string is not shared
|
||||
|
Reference in New Issue
Block a user