\membersection{wxFromString}\label{wxfromstring}
-\func{bool} {wxFromString}{\param{const wxString\& }{str},
+\func{bool}{wxFromString}{\param{const wxString\& }{str},
\param{wxColourBase* }{col}}
Converts string to the type of the second argument. Returns \true on success.
\membersection{wxToString}\label{wxtostring}
-\func{wxString} {wxToString}{\param{const wxColourBase\& }{col}}
+\func{wxString}{wxToString}{\param{const wxColourBase\& }{col}}
Converts its argument to string.
See also: \helpref{wxFromString}{wxfromstring}.