]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)
[wxWidgets.git] / include / wx / string.h
index b0605d99a5bdd6427372d1a3b94c8ee4b03a72d4..d469d96866ffa71c09ced4f79aaf57b7ace26d55 100644 (file)
@@ -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