added wxString::ToLongLong() and ToULongLong() (feature request 1290937)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 16:46:03 +0000 (16:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 16:46:03 +0000 (16:46 +0000)
commitd6718dd17be552c69c7e4dbca183f6078998c042
treeb9cb3de8b5df365224644391e9770cd2ef71d7b3
parentea960ae8af2b37541ad06424c7ec46497fb4b5cb
added wxString::ToLongLong() and ToULongLong() (feature request 1290937)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/wxstring.tex
include/wx/string.h
include/wx/wxchar.h
src/common/string.cpp
tests/strings/strings.cpp