added FromAscii(unsigned char *) overloads

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-08-04 18:40:45 +00:00
parent fe906309d7
commit 628f9e9596
2 changed files with 16 additions and 5 deletions

View File

@@ -774,9 +774,13 @@ This is a convenience method useful when storing binary data in wxString.
\func{static wxString }{FromAscii}{\param{const char*}{ s}}
\func{static wxString }{FromAscii}{\param{const unsigned char*}{ s}}
\func{static wxString }{FromAscii}{\param{const char*}{ s}, \param{size\_t}{ len}}
\func{static wxString }{FromAscii}{\param{const char}{ c}}
\func{static wxString }{FromAscii}{\param{const unsigned char*}{ s}, \param{size\_t}{ len}}
\func{static wxString }{FromAscii}{\param{char}{ c}}
Converts the string or character from an ASCII, 7-bit form
to the native wxString representation. Most useful when using