<wx/string.h>
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
\wxheading{Predefined objects}
Objects:
\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