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:
@@ -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
|
||||
|
Reference in New Issue
Block a user