git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5059
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{wxString::ToDouble}\label{wxstringtodouble}
\membersection{wxString::ToDouble}\label{wxstringtodouble}
-\cosntfunc{bool}{To}{\param{double}{ *val}}
+\constfunc{bool}{To}{\param{double}{ *val}}
Attempts to convert the string to a floating point number. Returns TRUE on
suceess (the number is stored in the location pointed to by {\it val}) or FALSE
Attempts to convert the string to a floating point number. Returns TRUE on
suceess (the number is stored in the location pointed to by {\it val}) or FALSE
\membersection{wxString::ToLong}\label{wxstringtolong}
\membersection{wxString::ToLong}\label{wxstringtolong}
-\cosntfunc{bool}{To}{\param{long}{ *val}}
+\constfunc{bool}{To}{\param{long}{ *val}}
Attempts to convert the string to a signed integer. Returns TRUE on suceess
(the number is stored in the location pointed to by {\it val}) or FALSE if the
Attempts to convert the string to a signed integer. Returns TRUE on suceess
(the number is stored in the location pointed to by {\it val}) or FALSE if the
\membersection{wxString::ToULong}\label{wxstringtoulong}
\membersection{wxString::ToULong}\label{wxstringtoulong}
-\cosntfunc{bool}{To}{\param{unsigned long}{ *val}}
+\constfunc{bool}{To}{\param{unsigned long}{ *val}}
Attempts to convert the string to an unsigned integer. Returns TRUE on suceess
(the number is stored in the location pointed to by {\it val}) or FALSE if the
Attempts to convert the string to an unsigned integer. Returns TRUE on suceess
(the number is stored in the location pointed to by {\it val}) or FALSE if the