X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/341e7d28891d72b0f7aee27ca41d5827d261c67b..cd9da200285e3c625be91768c9ca61dc218c94d0:/docs/latex/wx/wxstring.tex diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 651e344f22..0f28c18abd 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -881,7 +881,7 @@ Same as \helpref{Mid}{wxstringmid}. \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 @@ -889,7 +889,7 @@ if the string does not represent such number. \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 @@ -897,7 +897,7 @@ string does not represent such number. \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