X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7335902d0f14c2887a873f2724fb3619f4864be4..4c7852186d48a5b8f406462c2c3fa020f0a052bb:/docs/latex/wx/wxstring.tex diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index bf9a52fddc..55ecbe7108 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -673,25 +673,25 @@ Returns the index of the first item matched, or NOT\_FOUND. \constfunc{bool}{IsAscii}{\void} -Returns TRUE if the string is ASCII. +Returns TRUE if the string contains only ASCII characters. \membersection{wxString::IsEmpty}\label{wxstringisempty} \constfunc{bool}{IsEmpty}{\void} -Returns TRUE if the string is NULL. +Returns TRUE if the string is empty. \membersection{wxString::IsNull}\label{wxstringisnull} \constfunc{bool}{IsNull}{\void} -Returns TRUE if the string is NULL (same as IsEmpty). +Returns TRUE if the string is empty (same as \helpref{IsEmpty}{wxstringisempty}). \membersection{wxString::IsNumber}\label{wxstringisnumber} \constfunc{bool}{IsNumber}{\void} -Returns TRUE if the string is a positive or negative integer. Will return FALSE for decimals. +Returns TRUE if the string is an integer (with possible sign). \membersection{wxString::IsSameAs}\label{wxstringissameas}